From 99a837b772e4e805e15a8fae5784c4f70f6002df Mon Sep 17 00:00:00 2001 From: Loup <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Thu, 6 Oct 2022 11:32:21 +0530 Subject: [PATCH] Removed unused code --- plugins/utilities/mood_light.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/plugins/utilities/mood_light.py b/plugins/utilities/mood_light.py index 3eb8527..c2f6cef 100644 --- a/plugins/utilities/mood_light.py +++ b/plugins/utilities/mood_light.py @@ -25,21 +25,6 @@ def Print(*args): def cprint(*args): out = "\n".join(args) _ba.chatmessage(out) -# -# class printerr:#for debugging -# #def __init__(self): -# global errcounter -# errcounter=1 -# def __enter__(self): -# _ba.chatmessage("executing") -# -# def __exit__(self, exc_type, exc_value, exc_tb): -# cprint(exc_type, exc_value, exc_tb) -# if not(exc_type==None): -# cprint(exc_type, exc_value, exc_tb) -# else: -# cprint("Executed sucessfully","No error") - try: Ldefault, Udefault = ba.app.config.get("moodlightingSettings")