From 89ad0b91122b4ccdd777e1915f34b3a656a9ffe5 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Mon, 18 Jun 2007 16:49:47 +0000 Subject: [PATCH] This debugging keeps creeping into commits. - Legacy-Id: 496 --- ietf/contrib/wizard.py | 1 - 1 file changed, 1 deletion(-) 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()