Remove debugging code polluting STDERR.
Florian Ragwitz [Sat, 17 Oct 2009 16:40:51 +0000 (16:40 +0000)]
lib/Catalyst/Plugin/Authentication.pm

index 2914db5..a5f1e3f 100644 (file)
@@ -308,7 +308,6 @@ sub _authentication_initialize {
             my $realmcfg = {
                 store => { class => $cfg->{'stores'}{$storename} },
             };
-            print STDERR "Foo, ok?\n";
             $app->setup_auth_realm($storename, $realmcfg);
         }
     }