summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/user.py')
-rw-r--r--sca-cpp/trunk/hosting/server/user.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sca-cpp/trunk/hosting/server/user.py b/sca-cpp/trunk/hosting/server/user.py
index 8038e43563..1e9ae94122 100644
--- a/sca-cpp/trunk/hosting/server/user.py
+++ b/sca-cpp/trunk/hosting/server/user.py
@@ -19,8 +19,6 @@
# Return the current user id
def get(i, user, email, nick, full, first, last, realm, host):
- if email.eval() != '?':
- return email.eval()
if user.eval() != '?':
return user.eval()
return 'anonymous'