Committer: slobin
LJM-1839: Integration m.livejournal.com into big version LiveJournalM LiveJournal.pm
U branches/mobile/cgi-bin/Apache/LiveJournal.pm
Modified: branches/mobile/cgi-bin/Apache/LiveJournal.pm =================================================================== --- branches/mobile/cgi-bin/Apache/LiveJournal.pm 2011-06-28 03:32:32 UTC (rev 19377) +++ branches/mobile/cgi-bin/Apache/LiveJournal.pm 2011-06-28 03:35:39 UTC (rev 19378) @@ -343,7 +343,6 @@ my @args = split (/\//, LJ::Request->uri); my $response = LJ::Request->notes('controller')->process([@args[1 .. @args-1]]); -warn "RUN: ". LJ::Request->notes('controller'). ' => '.LJ::Request->notes('method'); LJ::Request->handler("perl-script"); LJ::Request->set_handlers(PerlHandler => sub { # show error page if controller didn't return response object