aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/workbench.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/mediagoblin/workbench.py b/mediagoblin/workbench.py
index 0d4db52b..0bd4096b 100644
--- a/mediagoblin/workbench.py
+++ b/mediagoblin/workbench.py
@@ -19,10 +19,6 @@ import shutil
import tempfile
-DEFAULT_WORKBENCH_DIR = os.path.join(
- tempfile.gettempdir(), u'mgoblin_workbench')
-
-
# Actual workbench stuff
# ----------------------