[Catalyst-commits] r6443 - trunk/examples/CatalystAdvent/lib/CatalystAdvent/Controller

jshirley at dev.catalyst.perl.org jshirley at dev.catalyst.perl.org
Wed May 30 17:30:02 GMT 2007


Author: jshirley
Date: 2007-05-30 17:30:01 +0100 (Wed, 30 May 2007)
New Revision: 6443

Modified:
   trunk/examples/CatalystAdvent/lib/CatalystAdvent/Controller/Calendar.pm
Log:
Removing some debug code

Modified: trunk/examples/CatalystAdvent/lib/CatalystAdvent/Controller/Calendar.pm
===================================================================
--- trunk/examples/CatalystAdvent/lib/CatalystAdvent/Controller/Calendar.pm	2007-05-30 10:42:35 UTC (rev 6442)
+++ trunk/examples/CatalystAdvent/lib/CatalystAdvent/Controller/Calendar.pm	2007-05-30 16:30:01 UTC (rev 6443)
@@ -96,7 +96,6 @@
         close $fh;
         
         $cached_pod = $parser->asString;
-        print {*STDERR} "hey pod: $cached_pod\n";
         $c->cache->set( "$file $mtime", $cached_pod, '12h' );
     }
     $c->stash->{pod} = $cached_pod;




More information about the Catalyst-commits mailing list