From bf5d684c05a26787de0de80b0894b9d2d031c6ad Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Wed, 26 Sep 2012 03:47:57 +0200 Subject: Implement password recovery functionality. --- utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'utils.py') diff --git a/utils.py b/utils.py index 6ab7ed4..42b3bf5 100644 --- a/utils.py +++ b/utils.py @@ -133,7 +133,6 @@ def verify_confirmation(realm, token, timeout=None): if mac != hmac.new(key, token[20:], sha1).digest(): raise ConfirmationInvalid('MAC does not match') - print '%d+%d=%d <> %d' % (tokentime, timeout, tokentime+timeout, time()) if timeout is not None and time() > tokentime + timeout: raise ConfirmationTimeout('Token is too old') -- cgit v1.2.3-1-g7c22