Explorar el Código

remove debugging output

Christoph Berg hace 21 años
padre
commit
090bcca7df
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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') {