From: Florian Ragwitz Date: Sat, 17 Oct 2009 16:40:51 +0000 (+0000) Subject: Remove debugging code polluting STDERR. X-Git-Tag: v0.10016~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Authentication.git;a=commitdiff_plain;h=15c2901544e8a244e90e65cd84fc239e27394a92 Remove debugging code polluting STDERR. --- diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 2914db5..a5f1e3f 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -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); } }