netlist: Remove some leftover print debugging
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
ba33a6c99d
commit
bd4b53e7da
|
@ -345,7 +345,6 @@ class vmmNetworkList(vmmGObjectUI):
|
|||
netlist.set_active_iter(row.iter)
|
||||
return
|
||||
|
||||
print(default_idx)
|
||||
netlist.set_active(default_idx)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue