From: Ralf Ertzinger Date: Tue, 7 May 2013 18:17:17 +0000 (+0200) Subject: libvideosite: remove leftover debug messages X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=commitdiff_plain;h=be05dcdf1f43ba575a3b2edf7970cba250ff28e2 libvideosite: remove leftover debug messages --- 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))); }