mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-05 18:57:03 -05:00
oslist: Drop show() logging
it gets spammed in the logs
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user