aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_log.py
diff options
context:
space:
mode:
authorGravatar jesopo2020-01-28 00:25:18 +0000
committerGravatar jesopo2020-01-28 00:25:30 +0000
commit84bb45d0bab7636d667c99408225f0c039155652 (patch)
tree679a6136b9d66beffb19915550421311e0382162 /modules/channel_log.py
parentdisable logging by default but allow enabling bot/server-wide (diff)
signature
remove unused ROOT_DIRECTORY and LOGS_DIRECTORY
Diffstat (limited to 'modules/channel_log.py')
-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")