[Jifty-commit] r1244 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jun 10 16:50:07 EDT 2006


Author: jesse
Date: Sat Jun 10 16:50:06 2006
New Revision: 1244

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Handler.pm

Log:
 r12467 at pinglin:  jesse | 2006-06-10 16:49:17 -0400
 * Debugging info isn't useful in production


Modified: jifty/trunk/lib/Jifty/Handler.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handler.pm	(original)
+++ jifty/trunk/lib/Jifty/Handler.pm	Sat Jun 10 16:50:06 2006
@@ -177,7 +177,6 @@
     $self->apache( HTML::Mason::FakeApache->new( cgi => $self->cgi ) );
 
     # Build a new stash for the life of this request
-    warn "SEtting up a stash on $self";
     $self->stash({});
     local $HTML::Mason::Commands::JiftyWeb = Jifty::Web->new();
     Jifty->web->request( Jifty::Request->new()->fill( $self->cgi ) );


More information about the Jifty-commit mailing list