Skip to content

Commit d8c063d

Browse files
committed
Code cleanup
1 parent 06bbd70 commit d8c063d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gwakeonlan/ui/arpcache.py

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def startup(self):
6666

6767
def destroy(self):
6868
"""Hide and destroy the ARP cache picker dialog"""
69+
logging.debug(f'{self.__class__.__name__} destroy')
6970
self.ui.dialog.destroy()
7071
self.ui.dialog = None
7172

gwakeonlan/ui/detail.py

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def show(self):
105105

106106
def destroy(self):
107107
"""Destroy the dialog"""
108+
logging.debug(f'{self.__class__.__name__} destroy')
108109
self.ui.dialog.destroy()
109110
self.ui.dialog = None
110111

0 commit comments

Comments
 (0)