remove unnecessary loggings
This commit is contained in:
parent
5dd379a2ee
commit
09397925e8
9 changed files with 0 additions and 18 deletions
|
@ -1,7 +1,6 @@
|
|||
"""
|
||||
mobility configuration
|
||||
"""
|
||||
import logging
|
||||
from tkinter import ttk
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
|
@ -21,7 +20,6 @@ class MobilityConfigDialog(Dialog):
|
|||
def __init__(
|
||||
self, master: "Application", app: "Application", canvas_node: "CanvasNode"
|
||||
):
|
||||
logging.debug("Mobility configuration for %s", canvas_node.core_node.name)
|
||||
super().__init__(
|
||||
master,
|
||||
app,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue