fixed inheritance test
[catagits/Catalyst-Runtime.git] / t / 17inheritance.t
index 334b196..c0386b7 100644 (file)
@@ -65,6 +65,4 @@ use Data::Dumper;
 {
     my $response = request('/foo/bar');
     ok( $response->content =~ /foobarfoobarfoobar/ );
-    warn $response->content;
-
 }