mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [api] remove debug output
This commit is contained in:
parent
e1e9609ad9
commit
c22d2982fb
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ def v1_object():
|
||||||
obj_subtype = request.args.get('subtype')
|
obj_subtype = request.args.get('subtype')
|
||||||
obj_id = request.args.get('id')
|
obj_id = request.args.get('id')
|
||||||
r = ail_objects.api_get_object(obj_type, obj_subtype, obj_id)
|
r = ail_objects.api_get_object(obj_type, obj_subtype, obj_id)
|
||||||
print(r[0])
|
|
||||||
return create_json_response(r[0], r[1])
|
return create_json_response(r[0], r[1])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue