summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/api/adapters/aaf/aaf_authentication.py
diff options
context:
space:
mode:
Diffstat (limited to 'conductor/conductor/api/adapters/aaf/aaf_authentication.py')
-rw-r--r--conductor/conductor/api/adapters/aaf/aaf_authentication.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/conductor/conductor/api/adapters/aaf/aaf_authentication.py b/conductor/conductor/api/adapters/aaf/aaf_authentication.py
index e088024..a85ac11 100644
--- a/conductor/conductor/api/adapters/aaf/aaf_authentication.py
+++ b/conductor/conductor/api/adapters/aaf/aaf_authentication.py
@@ -95,7 +95,6 @@ def authenticate(uid, passwd):
return has_valid_permissions(perms)
except Exception as exp:
LOG.error("Error Authenticating the user {} : {}: ".format(uid, exp))
- pass
return False
"""