diff --git a/var/www/blueprints/api_rest.py b/var/www/blueprints/api_rest.py index f0f91fc8..fba5b17b 100644 --- a/var/www/blueprints/api_rest.py +++ b/var/www/blueprints/api_rest.py @@ -163,7 +163,6 @@ def v1_object(): obj_subtype = request.args.get('subtype') obj_id = request.args.get('id') r = ail_objects.api_get_object(obj_type, obj_subtype, obj_id) - print(r[0]) return create_json_response(r[0], r[1])