Skip to content

Commit 89ad0b9

Browse files
committed
This debugging keeps creeping into commits.
- Legacy-Id: 496
1 parent b5e944c commit 89ad0b9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/contrib/wizard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def security_hash(self, request, form):
145145
# Use HIGHEST_PROTOCOL because it's the most efficient. It requires
146146
# Python 2.3, but Django requires 2.3 anyway, so that's OK.
147147
#pickled = pickle.dumps(data, protocol=pickle.HIGHEST_PROTOCOL)
148-
print "hashing %s" % data
149148
pickled = str(data) #XXX
150149
return md5.new(pickled).hexdigest()
151150

0 commit comments

Comments
 (0)