From c8bb1921ca731176d66f6f64ea4881ee2c24139f Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Mon, 25 Sep 2023 18:29:05 -0300 Subject: [PATCH] REM: Remove logger --- utils/commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/commands.py b/utils/commands.py index 4e5fafe..df4d97c 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -1,7 +1,6 @@ """ Bot commands. """ -import logging import os import json @@ -21,7 +20,6 @@ from utils.tools import datetime_to_string, kbytes_to_gbytes from utils.weather import displayweather, getweatherdata client = commands.Bot(command_prefix='--', intents=Intents.all()) -logger = logging.getLogger(__name__) stack_limit = int((count_quotes() * .25))