X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FEngine%2FHTTP.pm;h=17187d8426f4415bf92be4822014380452baa0e4;hb=705e7edffa8357f9cfd9bab1b4c7a79638837ab6;hp=b0f10d929911e14e9f18afaf46849f6760b6be87;hpb=b26df351ecca539ec3b1e3a6bd54db2736583195;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Engine/HTTP.pm b/lib/Catalyst/Engine/HTTP.pm index b0f10d9..17187d8 100644 --- a/lib/Catalyst/Engine/HTTP.pm +++ b/lib/Catalyst/Engine/HTTP.pm @@ -78,10 +78,6 @@ sub run { $class->handler($lwp); $connection->send_response( $lwp->response ); - if ( $class->debug ) { - $class->log->info( sprintf( "Peer %s:%d",$connection->peerhost, $connection->peerport ) ); - } - } $connection->close;