Removed debugging prints

This commit is contained in:
tfwiii 2022-10-06 14:21:43 +07:00
parent 61fe7f6d3e
commit 605b749e22

View file

@ -154,8 +154,6 @@ class Module(core.module.Module):
core.event.trigger("update", [widget.module.id], redraw_only=True) core.event.trigger("update", [widget.module.id], redraw_only=True)
except Exception as ex: except Exception as ex:
widget.set("public_ip", None) widget.set("public_ip", None)
print("OH NOES!")
print(__info)
logging.error(str(ex)) logging.error(str(ex))
def state(self, widget): def state(self, widget):