From be05dcdf1f43ba575a3b2edf7970cba250ff28e2 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Tue, 7 May 2013 20:17:17 +0200 Subject: [PATCH] libvideosite: remove leftover debug messages --- libvideosite.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libvideosite.pm b/libvideosite.pm index f7f3d9d..959e61c 100644 --- a/libvideosite.pm +++ b/libvideosite.pm @@ -881,8 +881,6 @@ sub _cmd_debug { _io("Debug for this window enabled"); $debugwindows{$event->{window}} = 1; } - - _io("keys in debugwindows: %s", join(", ", keys(%debugwindows))); } # @@ -903,8 +901,6 @@ sub _cmd_nodebug { delete($debugwindows{$event->{window}}); _io("Debug for this window disabled"); } - - _io("keys in debugwindows: %s", join(", ", keys(%debugwindows))); } -- 1.8.3.1