[Catalyst-commits] r11593 -
Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sat Oct 17 16:40:52 GMT 2009
Author: rafl
Date: 2009-10-17 16:40:51 +0000 (Sat, 17 Oct 2009)
New Revision: 11593
Modified:
Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
Log:
Remove debugging code polluting STDERR.
Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm 2009-10-17 16:06:51 UTC (rev 11592)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm 2009-10-17 16:40:51 UTC (rev 11593)
@@ -308,7 +308,6 @@
my $realmcfg = {
store => { class => $cfg->{'stores'}{$storename} },
};
- print STDERR "Foo, ok?\n";
$app->setup_auth_realm($storename, $realmcfg);
}
}
More information about the Catalyst-commits
mailing list