From a71a1a32a994be896c038b370a877378f30d735d Mon Sep 17 00:00:00 2001 From: gholt Date: Tue, 4 Jan 2011 12:51:57 -0800 Subject: [PATCH] Removed extraneous print --- swift/common/middleware/swauth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/swift/common/middleware/swauth.py b/swift/common/middleware/swauth.py index faf749464a..ee81bce3b6 100644 --- a/swift/common/middleware/swauth.py +++ b/swift/common/middleware/swauth.py @@ -1177,7 +1177,6 @@ class Swauth(object): :param key: The key to validate for the user. :returns: True if the key is valid for the user, False if not. """ - print repr(user_detail) return user_detail and user_detail.get('auth') == 'plaintext:%s' % key def is_super_admin(self, req):