[Jifty-commit] r3171 - in jifty/trunk: lib/Jifty/Plugin/Authentication/Password

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Apr 27 15:42:32 EDT 2007


Author: jesse
Date: Fri Apr 27 15:42:32 2007
New Revision: 3171

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm

Log:
 r56083 at pinglin:  jesse | 2007-04-27 15:39:25 -0400
 * remove debugging output


Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/View.pm	Fri Apr 27 15:42:32 2007
@@ -76,7 +76,6 @@
     my $action = Jifty->web->new_action( class => 'ResetLostPassword' );
 
     Jifty->web->form->start( call => $next );
-    outs_raw($next);
         render_param( $action => $_ ) for ( $action->argument_names );
         form_return( label => _("New password"), submit => $action );
     Jifty->web->form->end();


More information about the Jifty-commit mailing list