mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Remove debug
This commit is contained in:
parent
e4fdfbd091
commit
11f290482d
@ -339,7 +339,6 @@ class BaseNode:
|
||||
(reader, writer) = yield from asyncio.open_connection(host="127.0.0.1", port=self._internal_console_port)
|
||||
break
|
||||
except (OSError, ConnectionRefusedError) as e:
|
||||
print(self._internal_console_port)
|
||||
if remaining_trial <= 0:
|
||||
raise e
|
||||
yield from asyncio.sleep(0.1)
|
||||
|
Loading…
Reference in New Issue
Block a user