summaryrefslogtreecommitdiffstats
path: root/mgaapplet
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-01-24 06:25:43 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-01-24 06:25:43 +0100
commit31eeb51b7a856c7572cc780c5720eff5abe8f164 (patch)
treeb3bbd5284c54b1843991731f1586ae9f6c726ce9 /mgaapplet
parent5d2b909dcdbfd7c44931b153d4e9ea94916e31b1 (diff)
downloadmgaonline-31eeb51b7a856c7572cc780c5720eff5abe8f164.tar
mgaonline-31eeb51b7a856c7572cc780c5720eff5abe8f164.tar.gz
mgaonline-31eeb51b7a856c7572cc780c5720eff5abe8f164.tar.bz2
mgaonline-31eeb51b7a856c7572cc780c5720eff5abe8f164.tar.xz
mgaonline-31eeb51b7a856c7572cc780c5720eff5abe8f164.zip
drop debug statement
Diffstat (limited to 'mgaapplet')
-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();
}