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/cpuload.c | |
parent | 50bccb16b0082f5e1034f488b0a70d7fbebf8c93 (diff) |
Removed some fprintf's that were confusing the panel
(which expected the IOR to be printed).
Diffstat (limited to 'multiload/cpuload.c')
-rw-r--r-- | multiload/cpuload.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/multiload/cpuload.c b/multiload/cpuload.c index 3f1f7268e..127f01aed 100644 --- a/multiload/cpuload.c +++ b/multiload/cpuload.c @@ -218,9 +218,6 @@ make_cpuload_applet (const gchar *goad_id) if (!applet) g_error ("Can't create applet!\n"); - fprintf (stderr, "make_cpuload_applet (%s): %p\n", - goad_id, applet); - load_cpu_properties (APPLET_WIDGET(applet)->privcfgpath, &cpu_props); cpuload = cpuload_new (); |