remove unecessary loggings, change less important loggings to logging.debug
This commit is contained in:
parent
09397925e8
commit
60dd7691bf
6 changed files with 1 additions and 13 deletions
|
@ -2,7 +2,6 @@
|
|||
copy service config dialog
|
||||
"""
|
||||
|
||||
import logging
|
||||
import tkinter as tk
|
||||
from tkinter import ttk
|
||||
from typing import TYPE_CHECKING, Any, Tuple
|
||||
|
@ -91,7 +90,6 @@ class CopyServiceConfigDialog(Dialog):
|
|||
button.grid(row=0, column=2, sticky="ew", padx=PADX)
|
||||
|
||||
def click_copy(self):
|
||||
logging.debug("click copy")
|
||||
selected = self.tree.selection()
|
||||
if selected:
|
||||
item = self.tree.item(selected[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue