Skip to content

Commit 1b70af2

Browse files
committed
Remove debug output
1 parent 4b14afd commit 1b70af2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/cgi/templating.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,6 @@ def field(self, size=30, default=None, format=_marker, popcal=True,
17711771
elif isinstance(value, str) or isinstance(value, unicode):
17721772
# most likely erroneous input to be passed back to user
17731773
if isinstance(value, unicode): value = value.encode('utf8')
1774-
print "string encountered"
17751774
s = self.input(name=self._formname, value=value, size=size,
17761775
**kwargs)
17771776
if popcal:

0 commit comments

Comments
 (0)