Removed debug print
This commit is contained in:
parent
8d76898928
commit
165af08e12
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user