diff --git a/ChangeLog b/ChangeLog index f30f4b7847..4b2f51e396 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 12 22:53:04 2004 Jonathan Blandford + + * panel-applet/NMWirelessApplet.c (nmwa_update_state): remove + g_print. + Tue Oct 12 22:44:15 2004 Jonathan Blandford * panel-applet/NMWirelessApplet.h: Change the name of the icons. diff --git a/panel-applet/NMWirelessApplet.c b/panel-applet/NMWirelessApplet.c index 0dc1e2f297..da99edb369 100644 --- a/panel-applet/NMWirelessApplet.c +++ b/panel-applet/NMWirelessApplet.c @@ -183,7 +183,6 @@ nmwa_update_state (NMWirelessApplet *applet) } g_mutex_unlock (applet->data_mutex); - g_print ("%d\n", applet->applet_state); switch (applet->applet_state) { case (APPLET_STATE_NO_NM):