fixed some minor bugs
Sebastian Riedel [Thu, 31 Mar 2005 15:23:24 +0000 (15:23 +0000)]
lib/Catalyst/Engine/HTTP.pm
lib/Catalyst/Helper.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;
index 6e53d5b..5265b3e 100644 (file)
@@ -630,7 +630,6 @@ sub default : Private {
     my ( \$self, \$c ) = \@_;
     \$c->res->output('Congratulations, $class is on Catalyst!');
 }
-
 EOF
     my $file = $self->{file};
     return $self->mk_file( "$file", <<"EOF");