remove some debugging
[catagits/Catalyst-Plugin-ConfigLoader.git] / 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' );