Removed unused code

This commit is contained in:
Loup 2022-10-06 11:32:21 +05:30 committed by GitHub
parent 96a71b57a8
commit 99a837b772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")