about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn3/app.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gn3/app.py b/gn3/app.py
index 955a9b3..d7fcbea 100644
--- a/gn3/app.py
+++ b/gn3/app.py
@@ -58,9 +58,6 @@ def create_app(config: Union[Dict, str, None] = None) -> Flask:
     logging.info("Guix Profile: '%s'.", os.environ.get("GUIX_PROFILE"))
     logging.info("Python Executable: '%s'.", sys.executable)
 
-    if "TMPDIR" in os.environ:
-        app.config.from_envvar('TMPDIR')
-
     CORS(
         app,
         origins=app.config["CORS_ORIGINS"],