X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication.pm;h=a5f1e3f29d6c8a94e7fcd55ac34e8767b1d16547;hb=15c2901544e8a244e90e65cd84fc239e27394a92;hp=2914db55e6e49cb3540b88578c1c9ab3de9ab92e;hpb=055630f7ebf46a5948315e55ab1c53a459fc35b7;p=catagits%2FCatalyst-Plugin-Authentication.git 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); } }