fix: [api] remove debug output

lang
terrtia 2024-02-29 15:03:39 +01:00
parent e1e9609ad9
commit c22d2982fb
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 0 additions and 1 deletions

View File

@ -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])