removing some Dumpers
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
index 8028712..96364e6 100644 (file)
@@ -114,7 +114,6 @@ message about unknown resource
 sub dispatch {
     my ( $self, $c ) = @_;
     if ( $c->action ) {
-use Data::Dumper; warn Dumper( $c->action, $c->action->namespace );
         $c->forward( join( '/', '', $c->action->namespace, '_DISPATCH' ) );
     }