diff options
| author | 2020-01-28 00:25:18 +0000 | |
|---|---|---|
| committer | 2020-01-28 00:25:30 +0000 | |
| commit | 84bb45d0bab7636d667c99408225f0c039155652 (patch) | |
| tree | 679a6136b9d66beffb19915550421311e0382162 | |
| parent | disable logging by default but allow enabling bot/server-wide (diff) | |
| signature | ||
remove unused ROOT_DIRECTORY and LOGS_DIRECTORY
| -rw-r--r-- | modules/channel_log.py | 3 |
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") |
