From 84bb45d0bab7636d667c99408225f0c039155652 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 28 Jan 2020 00:25:18 +0000 Subject: remove unused ROOT_DIRECTORY and LOGS_DIRECTORY --- modules/channel_log.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules') diff --git a/modules/channel_log.py b/modules/channel_log.py index 3e4291a1..e217f981 100644 --- a/modules/channel_log.py +++ b/modules/channel_log.py @@ -4,9 +4,6 @@ import datetime, os.path from src import ModuleManager, utils -ROOT_DIRECTORY = os.path.dirname(os.path.realpath(__file__)) -LOGS_DIRECTORY = os.path.join(ROOT_DIRECTORY, "logs") - SETTING = utils.BoolSetting("channel-log", "Enable/disable channel logging") -- cgit v1.3.1-10-gc9f91