remove unnecessary loggings
This commit is contained in:
parent
5dd379a2ee
commit
09397925e8
9 changed files with 0 additions and 18 deletions
|
@ -107,7 +107,6 @@ class EmaneConfigDialog(Dialog):
|
|||
def __init__(
|
||||
self, master: "Application", app: "Application", canvas_node: "CanvasNode"
|
||||
):
|
||||
logging.debug("EMANE configuration for %s", canvas_node.core_node.name)
|
||||
super().__init__(
|
||||
master, app, f"{canvas_node.core_node.name} EMANE Configuration", modal=True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue