diff --git a/pyqso/menu.py b/pyqso/menu.py index 26ae1d3..1881a86 100644 --- a/pyqso/menu.py +++ b/pyqso/menu.py @@ -18,7 +18,6 @@ # along with PyQSO. If not, see . from gi.repository import Gtk -import logging try: import configparser except ImportError: diff --git a/pyqso/telnet_connection_dialog.py b/pyqso/telnet_connection_dialog.py index d5dfb0b..6c4a12a 100644 --- a/pyqso/telnet_connection_dialog.py +++ b/pyqso/telnet_connection_dialog.py @@ -18,7 +18,6 @@ # along with PyQSO. If not, see . import os -import logging class TelnetConnectionDialog: diff --git a/pyqso/toolbar.py b/pyqso/toolbar.py index 0ae3203..9785ec5 100644 --- a/pyqso/toolbar.py +++ b/pyqso/toolbar.py @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with PyQSO. If not, see . -import logging - class Toolbar: diff --git a/pyqso/toolbox.py b/pyqso/toolbox.py index 368c42c..feeef00 100644 --- a/pyqso/toolbox.py +++ b/pyqso/toolbox.py @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with PyQSO. If not, see . -import logging - from pyqso.dx_cluster import * from pyqso.grey_line import * from pyqso.awards import *