Commit b21c1495 authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Remove test print.

parent 09edd470
......@@ -95,7 +95,6 @@ class GpgKey(formencode.validators.FieldStorageUploadConverter):
"""
user = meta.session.query(User).get(session['user_id'])
print user_ids
for uid in user_ids:
if user.email == uid.email:
break
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment