summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmgaapplet1
1 files changed, 0 insertions, 1 deletions
diff --git a/mgaapplet b/mgaapplet
index 27a6925d..3474def6 100755
--- a/mgaapplet
+++ b/mgaapplet
@@ -619,7 +619,6 @@ sub go2State {
my ($state) = @_;
$menu->destroy if $menu;
$menu = setState($state);
- warn ">> GOING FROM $state_global to $state\n";
$state_global = $state;
gtkflush();
}