mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Remove debug message
This commit is contained in:
parent
241937b80b
commit
55a5ce77ba
@ -469,7 +469,6 @@ class NodeHandler:
|
||||
})
|
||||
async def ws_console(request, response):
|
||||
|
||||
print("HERE!")
|
||||
project = await Controller.instance().get_loaded_project(request.match_info["project_id"])
|
||||
node = project.get_node(request.match_info["node_id"])
|
||||
compute = node.compute
|
||||
|
Loading…
Reference in New Issue
Block a user