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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jul 19 17:10:01 EDT 2006


Author: nelhage
Date: Wed Jul 19 17:10:01 2006
New Revision: 1623

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

Log:
I should get better at not checking in warnings.

Modified: jifty/trunk/lib/Jifty/Web/Form/Field.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Field.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Field.pm	Wed Jul 19 17:10:01 2006
@@ -521,7 +521,6 @@
     $placeholder =~ s{(['\\])}{\\$1}g;
     $placeholder =~ s{\n}{\\n}g;
     $placeholder =~ s{\r}{\\r}g;
-    warn "placeholder: $placeholder";
     Jifty->web->out(
 qq!<script type="text/javascript">
      new Jifty.Placeholder('@{[$self->element_id]}', '$placeholder');


More information about the Jifty-commit mailing list