remove some debugging
Brian Cassidy [Tue, 3 Apr 2007 16:09:23 +0000 (16:09 +0000)]
t/20-mock_load.t

index f20183f..b58c795 100644 (file)
@@ -9,8 +9,6 @@ use_ok( 'Catalyst', qw( ConfigLoader ) );
 
 __PACKAGE__->setup;
 
-use Data::Dumper; print Dumper __PACKAGE__->config;
-
 ok( __PACKAGE__->config );
 is( __PACKAGE__->config->{ 'Controller::Foo' }->{ foo }, 'bar' );
 is( __PACKAGE__->config->{ 'Controller::Foo' }->{ new }, 'key' );