Removing no longer needed logging

This commit is contained in:
2024-09-15 01:45:54 -05:00
parent f39d1a39f6
commit bd9a24c007
3 changed files with 2 additions and 4 deletions

View File

@@ -71,7 +71,6 @@ class LogList(Gtk.ListBox):
frame.show_all()
logger.debug(f"{lbl_str}:\n{message}")
del message
del lbl_str