summaryrefslogtreecommitdiff
path: root/virtManager/oslist.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-05-01 14:31:47 -0400
committerCole Robinson <crobinso@redhat.com>2018-05-01 18:45:25 -0400
commit1fd238a2d0455bfe3ce73222679b0c4adb430709 (patch)
tree4c94594215b3cb9f55a1e28c9cdff84feb8f9248 /virtManager/oslist.py
parente1f16e62b8c1aee9446aed8d43cf2ee5e81764db (diff)
downloadvirt-manager-1fd238a2d0455bfe3ce73222679b0c4adb430709.tar.gz
oslist: Drop show() logging
it gets spammed in the logs
Diffstat (limited to 'virtManager/oslist.py')
-rw-r--r--virtManager/oslist.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/virtManager/oslist.py b/virtManager/oslist.py
index bbaf34b4..62a428dd 100644
--- a/virtManager/oslist.py
+++ b/virtManager/oslist.py
@@ -3,8 +3,6 @@
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
-import logging
-
from gi.repository import Gtk
import virtinst
@@ -95,7 +93,6 @@ class vmmOSList(vmmGObjectUI):
self._refilter()
def show(self, parent):
- logging.debug("Showing oslist")
self.topwin.set_relative_to(parent)
self.topwin.popup()