Commit 78882ab4 authored by Joel Collins's avatar Joel Collins
Browse files

Removed debug print

parent bc869794
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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