Remove debug that can crash qemu

Fix #365
pull/370/head
Julien Duponchelle 9 years ago
parent 42a4df5079
commit a6826fe0bf

@ -1426,8 +1426,6 @@ class QemuVM(BaseVM):
:returns: Boolean True if we need to enable KVM
"""
print(sys.platform.startswith("linux"))
print(self.manager.config.get_section_config("Qemu").getboolean("enable_kvm", True))
if sys.platform.startswith("linux") and self.manager.config.get_section_config("Qemu").getboolean("enable_kvm", True) \
and "-no-kvm" not in options:

Loading…
Cancel
Save