Removed extraneous print

This commit is contained in:
gholt 2011-01-04 12:51:57 -08:00
parent 1e34f1afe8
commit a71a1a32a9

View File

@ -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):