Skip to content

Commit 85de49f

Browse files
author
Unknown
committed
Remove left over debugging statements.
1 parent 54ab6ce commit 85de49f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roundup/cgi/form_parser.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,6 @@ def parse(self, create=0, num_re=re.compile('^\d+$')):
604604
# if content is defined, let it pass through even if
605605
# content is empty. Yes people can upload/create
606606
# empty files.
607-
print("props are %r",props)
608-
print("class is: %s",cn)
609607
if props.has_key('content'):
610608
if id is not None and \
611609
not id.startswith('-') and \

0 commit comments

Comments
 (0)