This debugging keeps creeping into commits.

- Legacy-Id: 496
This commit is contained in:
Bill Fenner 2007-06-18 16:49:47 +00:00
parent b5e944ceaa
commit 89ad0b9112

View file

@ -145,7 +145,6 @@ class Wizard( object ):
# Use HIGHEST_PROTOCOL because it's the most efficient. It requires # Use HIGHEST_PROTOCOL because it's the most efficient. It requires
# Python 2.3, but Django requires 2.3 anyway, so that's OK. # Python 2.3, but Django requires 2.3 anyway, so that's OK.
#pickled = pickle.dumps(data, protocol=pickle.HIGHEST_PROTOCOL) #pickled = pickle.dumps(data, protocol=pickle.HIGHEST_PROTOCOL)
print "hashing %s" % data
pickled = str(data) #XXX pickled = str(data) #XXX
return md5.new(pickled).hexdigest() return md5.new(pickled).hexdigest()