diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-12-13 17:19:58 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-12-13 17:19:58 +0000 |
commit | b1bf5f2c5012199579b224e356d1966b7936f92e (patch) | |
tree | 55791cfdee3edd13e728976b805b38da64c5db8d /multiload/memload.c | |
parent | 50bccb16b0082f5e1034f488b0a70d7fbebf8c93 (diff) |
Removed some fprintf's that were confusing the panel
(which expected the IOR to be printed).
Diffstat (limited to 'multiload/memload.c')
-rw-r--r-- | multiload/memload.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/multiload/memload.c b/multiload/memload.c index 52f69eb0c..3182f700f 100644 --- a/multiload/memload.c +++ b/multiload/memload.c @@ -257,9 +257,6 @@ make_memload_applet (const gchar *goad_id) if (!applet) g_error ("Can't create applet!\n"); - fprintf (stderr, "make_memload_applet (%s): %p\n", - goad_id, applet); - load_mem_properties (APPLET_WIDGET(applet)->privcfgpath, &mem_props); memload = memload_new (); |