[Catalyst-commits] r8919 -
trunk/examples/CatalystAdvent/root/2008/pen
dhoss at dev.catalyst.perl.org
dhoss at dev.catalyst.perl.org
Thu Dec 18 21:17:32 GMT 2008
Author: dhoss
Date: 2008-12-18 21:17:32 +0000 (Thu, 18 Dec 2008)
New Revision: 8919
Modified:
trunk/examples/CatalystAdvent/root/2008/pen/WrapCGI.pod
Log:
removed debug lines from the paste method.
Modified: trunk/examples/CatalystAdvent/root/2008/pen/WrapCGI.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2008/pen/WrapCGI.pod 2008-12-18 21:14:31 UTC (rev 8918)
+++ trunk/examples/CatalystAdvent/root/2008/pen/WrapCGI.pod 2008-12-18 21:17:32 UTC (rev 8919)
@@ -81,8 +81,6 @@
my $code = $q->param('code');
my $cleaned_string = eval "use Acme::Bleach; $code" . "";
- $c->log->debug("Code: $code");
- $c->log->debug("Clean code: $cleaned_string");
print $q->header, $q->start_html('Cleaned code'),
$q->h1("Your code, cleaned:"),
More information about the Catalyst-commits
mailing list