why not just add to the maddness if its already there?
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_setup_log.t
index 1406944..e2dba17 100644 (file)
@@ -8,7 +8,6 @@ use Catalyst ();
 
 sub mock_app {
     my $name = shift;
-    print "Setting up mock application: $name\n";
     my $meta = Moose->init_meta( for_class => $name );
     $meta->superclasses('Catalyst');
     return $meta->name;