[Jifty-commit] r1571 - jifty/trunk/lib/Jifty/Web/Form

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jul 14 15:10:03 EDT 2006


Author: nelhage
Date: Fri Jul 14 15:09:58 2006
New Revision: 1571

Modified:
   jifty/trunk/lib/Jifty/Web/Form/Clickable.pm

Log:
Accidentally checked in a warn

Modified: jifty/trunk/lib/Jifty/Web/Form/Clickable.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Clickable.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Clickable.pm	Fri Jul 14 15:09:58 2006
@@ -519,7 +519,6 @@
                 } 
                 # Toggle region if the toggle flag is set, and clicking wouldn't change path
                 if ($hook->{toggle} and $hook->{replace_with} eq $currently_shown) {
-                    warn "Toggling region @{[$hook->{region}]} to empty";
                     $self->region_fragment( $hook->{region}, "/__jifty/empty" );
 #                    Jifty->web->request->remove_state_variable('region-'.$region->qualified_name);
                 } else {


More information about the Jifty-commit mailing list