mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 01:04: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)
|
(reader, writer) = yield from asyncio.open_connection(host="127.0.0.1", port=self._internal_console_port)
|
||||||
break
|
break
|
||||||
except (OSError, ConnectionRefusedError) as e:
|
except (OSError, ConnectionRefusedError) as e:
|
||||||
print(self._internal_console_port)
|
|
||||||
if remaining_trial <= 0:
|
if remaining_trial <= 0:
|
||||||
raise e
|
raise e
|
||||||
yield from asyncio.sleep(0.1)
|
yield from asyncio.sleep(0.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user