diff roundup/cgi/templating.py @ 4928:5a59c723e57f

Remove debug output
author Ralf Schlatterbeck <rsc@runtux.com>
date Sat, 06 Sep 2014 21:53:46 +0200
parents c120f747e0b4
children 55aef7ab35a8
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Sat Sep 06 21:21:05 2014 +0200
+++ b/roundup/cgi/templating.py	Sat Sep 06 21:53:46 2014 +0200
@@ -1771,7 +1771,6 @@
         elif isinstance(value, str) or isinstance(value, unicode):
             # most likely erroneous input to be passed back to user
             if isinstance(value, unicode): value = value.encode('utf8')
-            print "string encountered"
             s = self.input(name=self._formname, value=value, size=size,
                               **kwargs)
             if popcal:

Roundup Issue Tracker: http://roundup-tracker.org/