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()