From e37acae2f7a271730c927b75d80c660c7124ab6c Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Sun, 18 Mar 2018 16:03:46 +0000 Subject: [PATCH] Disable logfile.: --- tools/onlu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/onlu.py b/tools/onlu.py index f5f1f46c..240bc5c0 100644 --- a/tools/onlu.py +++ b/tools/onlu.py @@ -67,7 +67,7 @@ def init_logging(name, lvl=logging.DEBUG): class Profiler(object): ENABLED=True - LOGFILE='plog' + LOGFILE=None def __enter__(self): self.start = time.time()