Committer: gprochaev
LJSUP-7052. Remove debug warnsU trunk/cgi-bin/LJ/Browse/Parser.pm
Modified: trunk/cgi-bin/LJ/Browse/Parser.pm =================================================================== --- trunk/cgi-bin/LJ/Browse/Parser.pm 2010-12-03 04:57:48 UTC (rev 17855) +++ trunk/cgi-bin/LJ/Browse/Parser.pm 2010-12-03 05:26:11 UTC (rev 17856) @@ -27,8 +27,6 @@ my @images = (); my $remove_tags = $args{'remove_tags'}; -warn $text; - while (my $token = $p->get_token) { my $type = $token->[0]; my $tag = $token->[1]; @@ -106,8 +104,6 @@ _after_parse (\$ret); -warn $ret; - return { text => $ret, images => \@images,