diff --git a/sweebot.py b/sweebot.py index 739d1f2..2bf29fd 100644 --- a/sweebot.py +++ b/sweebot.py @@ -895,10 +895,7 @@ while True: multiline("(" + nick + f") " + i[2:], channel) break else: - print(i) except: - print(i) - print(traceback.format_exc()) pass if not title and not redirected: multiline("(" + nick + ") [No title found]", channel)