From 294105170b6557e922d4bc9acfb5a2beb8e6d112 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Fri, 11 Apr 2025 14:31:02 +0200 Subject: [PATCH] Remove debugging-line --- files/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/views.py b/files/views.py index 856b532..710eab5 100644 --- a/files/views.py +++ b/files/views.py @@ -161,8 +161,6 @@ def chunk_upload(request, organization_slug): "data": data, # NOTE: further possible optimization: don't even read the file when already existing }) - open('/tmp/chunk.zip', "wb").write(data) # TODO: remove this line; it's just for debugging - return HttpResponse()