From 78882ab4c5747049d4b10ef3b9b9001b22a0def0 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 20 May 2019 10:06:15 +0100 Subject: [PATCH] Removed debug print --- openflexure_microscope/api/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openflexure_microscope/api/app.py b/openflexure_microscope/api/app.py index d4d64cf7..665faf80 100644 --- a/openflexure_microscope/api/app.py +++ b/openflexure_microscope/api/app.py @@ -29,7 +29,6 @@ import sys, os is_gunicorn = "gunicorn" in os.environ.get("SERVER_SOFTWARE", "") DEFAULT_LOGFILE = os.path.join(USER_CONFIG_DIR, 'openflexure_microscope.log') -print(DEFAULT_LOGFILE) if (__name__ == "__main__") or (not is_gunicorn): # If imported, but not by gunicorn