From d9bd7868470ae6541e2bcc325efddc5d307ebbb3 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 26 Aug 2019 03:08:33 +0200 Subject: [PATCH] Remove extra line --- wo/core/logging.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wo/core/logging.py b/wo/core/logging.py index 89a53da..84a3508 100644 --- a/wo/core/logging.py +++ b/wo/core/logging.py @@ -24,7 +24,6 @@ class Log: if exit: self.app.close(1) - def info(self, msg, end='\n', log=True): """ Logs info messages into log file