Przeglądaj źródła

remove debugging output

Christoph Berg 21 lat temu
rodzic
commit
090bcca7df
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      modules/Pisg/Parser/Format/psybnc.pm

+ 0 - 1
modules/Pisg/Parser/Format/psybnc.pm

@@ -69,7 +69,6 @@ sub thirdline
             $hash{nick} = $6;
 
         } elsif ($4 eq 'TOPIC') {
-            print "TOPIC\n";
             $hash{newtopic} = $5;
 
         } elsif ($4 eq 'MODE') {