Преглед изворни кода

Remove commented out debugging line from code

sbingner пре 25 година
родитељ
комит
e12eb022f0
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      modules/Pisg/Parser/Format/winbot.pm

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

@@ -66,7 +66,6 @@ sub thirdline
         $hash{min}  = $2;
         $hash{nick} = $3;
 
-        #print STDERR " 1($1)\n2($2)\n3($3)\n4(" . $self->{cfg}->{channel} . ")\n";
         if ($3 =~ /^(\S+) was kicked from (\S+) by (\S+) .+/) {
             if ($2 eq $self->{cfg}->{channel}) {
                 $hash{nick} = $1;