aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/channel_log.py3
1 files changed, 0 insertions, 3 deletions
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")