mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Removed print debugging
This commit is contained in:
parent
43e47714d9
commit
5896f50067
@ -131,7 +131,6 @@ class vmmCreateNetwork(gobject.GObject):
|
||||
black = gtk.gdk.color_parse("#000000")
|
||||
src.modify_text(gtk.STATE_NORMAL, black)
|
||||
if ip is None or ip.version() != 4:
|
||||
print str(ip)
|
||||
src.modify_base(gtk.STATE_NORMAL, red)
|
||||
self.window.get_widget("net-info-netmask").set_text("")
|
||||
self.window.get_widget("net-info-broadcast").set_text("")
|
||||
|
Loading…
Reference in New Issue
Block a user