Răsfoiți Sursa

remove debugging output

Christoph Berg 21 ani în urmă
părinte
comite
090bcca7df
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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;
             $hash{nick} = $6;
 
 
         } elsif ($4 eq 'TOPIC') {
         } elsif ($4 eq 'TOPIC') {
-            print "TOPIC\n";
             $hash{newtopic} = $5;
             $hash{newtopic} = $5;
 
 
         } elsif ($4 eq 'MODE') {
         } elsif ($4 eq 'MODE') {