Removed debug print

This commit is contained in:
Francesco Siddi 2015-10-13 11:48:11 +02:00
parent 8d76898928
commit 165af08e12

View File

@ -298,7 +298,6 @@ app.on_insert_nodes += before_inserting_nodes
def post_GET_user(request, payload): def post_GET_user(request, payload):
print 'computing permissions'
json_data = json.loads(payload.data) json_data = json.loads(payload.data)
# Check if we are querying the users endpoint (instead of the single user) # Check if we are querying the users endpoint (instead of the single user)
if json_data.get('_id') is None: if json_data.get('_id') is None: