We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e944c commit 89ad0b9Copy full SHA for 89ad0b9
1 file changed
ietf/contrib/wizard.py
@@ -145,7 +145,6 @@ def security_hash(self, request, form):
145
# Use HIGHEST_PROTOCOL because it's the most efficient. It requires
146
# Python 2.3, but Django requires 2.3 anyway, so that's OK.
147
#pickled = pickle.dumps(data, protocol=pickle.HIGHEST_PROTOCOL)
148
- print "hashing %s" % data
149
pickled = str(data) #XXX
150
return md5.new(pickled).hexdigest()
151
0 commit comments