diff --git a/bot/handler.py b/bot/handler.py index 429b904..d472c4f 100644 --- a/bot/handler.py +++ b/bot/handler.py @@ -1,10 +1,5 @@ -import logging - from bot.winston import Winston -logger = logging.getLogger() -logger.setLevel(logging.INFO) - def event_handler(event, context): """Sends random tweet from list of potential tweets"""