Răsfoiți Sursa

remove some debugging

Morten Brix Pedersen 22 ani în urmă
părinte
comite
2c4807408f
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  1. 0 4
      modules/Pisg/Parser/Format/mIRC.pm

+ 0 - 4
modules/Pisg/Parser/Format/mIRC.pm

@@ -26,13 +26,9 @@ sub normalline
 
 
     if ($line =~ /$self->{normalline}/o) {
     if ($line =~ /$self->{normalline}/o) {
 
 
-        print "hour: $1\n";
-        print "nick $2\n";
-        print "saying $3\n";
         $hash{hour}   = $1;
         $hash{hour}   = $1;
         $hash{saying} = $3;
         $hash{saying} = $3;
         ($hash{nick}  = $2) =~ s/^[@%\+]//o; # Remove prefix
         ($hash{nick}  = $2) =~ s/^[@%\+]//o; # Remove prefix
-        print "saying.pm: $hash{saying}\n";
 
 
         return \%hash;
         return \%hash;
     } else {
     } else {