From: Brian Cassidy Date: Tue, 3 Apr 2007 16:09:23 +0000 (+0000) Subject: remove some debugging X-Git-Tag: v0.14~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-ConfigLoader.git;a=commitdiff_plain;h=2f49b5b2eb495856c99c1298183bc0993223aa57 remove some debugging --- diff --git a/t/20-mock_load.t b/t/20-mock_load.t index f20183f..b58c795 100644 --- a/t/20-mock_load.t +++ b/t/20-mock_load.t @@ -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' );