Committer: mchernyshev
LJSUP-5987: Redirection to mobile version- remove debug output.
U trunk/cgi-bin/Apache/WURFL.pm
Modified: trunk/cgi-bin/Apache/WURFL.pm =================================================================== --- trunk/cgi-bin/Apache/WURFL.pm 2010-08-13 03:05:49 UTC (rev 17117) +++ trunk/cgi-bin/Apache/WURFL.pm 2010-08-13 03:09:16 UTC (rev 17118) @@ -176,10 +176,6 @@ my $new_url = $self->map2mobile(%opts); $self->set_our_cookie('no') if $cookie ne 'no'; LJ::Request->send_cookies() if $new_url; # send cookies right now if we request to redirect. -{ -warn "*** REDIRECT: $new_url\n" if $new_url; - return ''; -} return $new_url; } else { $self->set_our_cookie('yes') if $cookie ne 'yes';