mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-03-15 09:53:34 +02:00
Remove a debug
This commit is contained in:
parent
fb8a942620
commit
780086cd5b
@ -463,7 +463,6 @@ class BaseNode:
|
|||||||
:param command: command to send
|
:param command: command to send
|
||||||
"""
|
"""
|
||||||
|
|
||||||
print(self._ubridge_hypervisor)
|
|
||||||
if not self._ubridge_hypervisor or not self._ubridge_hypervisor.is_running():
|
if not self._ubridge_hypervisor or not self._ubridge_hypervisor.is_running():
|
||||||
raise NodeError("Cannot send command '{}': uBridge is not running".format(command))
|
raise NodeError("Cannot send command '{}': uBridge is not running".format(command))
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user