diff options
author | 2020-04-01 09:41:21 +0200 | |
---|---|---|
committer | 2020-04-01 09:53:06 +0200 | |
commit | 2f499f60254624cf9f96d2cd5f2c27c91242ee2b (patch) | |
tree | e4690600b962de7d38cfc399b251f2eb55eb7c54 | |
parent | Deseasonify: implement __str__ for Month enum (diff) |
Deseasonify: remove redundant log level setter
-rw-r--r-- | bot/exts/evergreen/branding.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/evergreen/branding.py b/bot/exts/evergreen/branding.py index 96acd587..2d3f5491 100644 --- a/bot/exts/evergreen/branding.py +++ b/bot/exts/evergreen/branding.py @@ -21,7 +21,6 @@ from bot.utils.exceptions import BrandingError from bot.utils.persist import make_persistent log = logging.getLogger(__name__) -log.setLevel(logging.DEBUG) STATUS_OK = 200 # HTTP status code |