Disable logfile.:

This commit is contained in:
Jeffrey Townsend
2018-03-18 16:03:46 +00:00
parent b042476061
commit e37acae2f7

View File

@@ -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()