From 344ba1a8e24ff76b50832df314fd99ba668906d4 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Mon, 12 Aug 2019 10:37:02 +0200
Subject: [PATCH] Add download helper for dev process
---
app/main/views.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/app/main/views.py b/app/main/views.py
index 63c3a534..89a40f78 100644
--- a/app/main/views.py
+++ b/app/main/views.py
@@ -112,6 +112,4 @@ def job_download(job_id):
str(current_user.id),
'jobs',
str(job.id))
- print(dir)
- print(file)
return send_from_directory(directory=dir, filename=file, as_attachment=True)