fixed some minor bugs
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / HTTP.pm
index b0f10d9..17187d8 100644 (file)
@@ -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;