Remove debug that can crash qemu

Fix #365
This commit is contained in:
Julien Duponchelle 2015-12-01 19:30:39 +01:00
parent 42a4df5079
commit a6826fe0bf

View File

@ -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: