Remove a debug

pull/729/head
Julien Duponchelle 8 years ago
parent fb8a942620
commit 780086cd5b
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -463,7 +463,6 @@ class BaseNode:
:param command: command to send
"""
print(self._ubridge_hypervisor)
if not self._ubridge_hypervisor or not self._ubridge_hypervisor.is_running():
raise NodeError("Cannot send command '{}': uBridge is not running".format(command))
try:

Loading…
Cancel
Save