diff --git a/funkwhale_cli/cli/uploads.py b/funkwhale_cli/cli/uploads.py
index 2e0a06775456da12477133cbb1296fbd3cc24bc0..e813c4fb5fbc175eeb963199514d95ae0db116b2 100644
--- a/funkwhale_cli/cli/uploads.py
+++ b/funkwhale_cli/cli/uploads.py
@@ -96,7 +96,6 @@ async def upload(
             patch_response = await remote.request(
                 "patch", "api/v1/uploads/{}/".format(upload["uuid"]), json=new_data
             )
-            print(await patch_response.json())
             patch_response.raise_for_status()
 
         return response