diff --git a/ietf/contrib/wizard.py b/ietf/contrib/wizard.py index 290e58f5e..c827d0273 100644 --- a/ietf/contrib/wizard.py +++ b/ietf/contrib/wizard.py @@ -145,7 +145,6 @@ class Wizard( object ): # Use HIGHEST_PROTOCOL because it's the most efficient. It requires # Python 2.3, but Django requires 2.3 anyway, so that's OK. #pickled = pickle.dumps(data, protocol=pickle.HIGHEST_PROTOCOL) - print "hashing %s" % data pickled = str(data) #XXX return md5.new(pickled).hexdigest()