X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=blobdiff_plain;f=libvideosite.pm;h=959e61cec805ef1c73fa2e3f1ad1c8ca56d93df6;hp=f7f3d9da2d4e47416ed08ad5546513b80033b422;hb=be05dcdf1f43ba575a3b2edf7970cba250ff28e2;hpb=513fff57bcf5c5724ea25fc69831b97f8f0bc0cc 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))); }