Skip to content
Snippets Groups Projects
Verified Commit eeb60fa7 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Removed print statement

parent e6c3dbeb
No related branches found
No related tags found
No related merge requests found
Pipeline #10056 failed
...@@ -96,7 +96,6 @@ async def upload( ...@@ -96,7 +96,6 @@ async def upload(
patch_response = await remote.request( patch_response = await remote.request(
"patch", "api/v1/uploads/{}/".format(upload["uuid"]), json=new_data "patch", "api/v1/uploads/{}/".format(upload["uuid"]), json=new_data
) )
print(await patch_response.json())
patch_response.raise_for_status() patch_response.raise_for_status()
return response return response
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment