remove unused ROOT_DIRECTORY and LOGS_DIRECTORY

This commit is contained in:
jesopo 2020-01-28 00:25:18 +00:00
parent b5c068a0ce
commit 84bb45d0ba

View file

@ -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")