1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-20 15:28:22 +00:00

Drop a useless debug information

Fix https://github.com/GNS3/gns3-gui/issues/1778
This commit is contained in:
Julien Duponchelle 2017-01-16 09:17:08 +01:00
parent 7241063ddf
commit 7a0783d050
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -909,7 +909,6 @@ class VirtualBoxVM(BaseNode):
writer=self._remote_pipe,
binary=True,
echo=True)
print(self._manager.port_manager.console_host)
self._telnet_server = yield from asyncio.start_server(server.run, self._manager.port_manager.console_host, self.console)
@asyncio.coroutine