Removed debugging prints
This commit is contained in:
parent
61fe7f6d3e
commit
605b749e22
1 changed files with 0 additions and 2 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue