Sfoglia il codice sorgente

remove debugging output

Christoph Berg 21 anni fa
parent
commit
090bcca7df
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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') {