mirror of
https://github.com/GNS3/gns3-server
synced 2025-02-17 18:42:00 +00:00
Remove forgotten debug message.
This commit is contained in:
parent
799a2d376e
commit
5b19ef4862
@ -330,7 +330,6 @@ class Project:
|
|||||||
msg = "Appliance {} doesn't exist".format(appliance_id)
|
msg = "Appliance {} doesn't exist".format(appliance_id)
|
||||||
log.error(msg)
|
log.error(msg)
|
||||||
raise aiohttp.web.HTTPNotFound(text=msg)
|
raise aiohttp.web.HTTPNotFound(text=msg)
|
||||||
print(template)
|
|
||||||
template["x"] = x
|
template["x"] = x
|
||||||
template["y"] = y
|
template["y"] = y
|
||||||
node_type = template.pop("node_type")
|
node_type = template.pop("node_type")
|
||||||
|
Loading…
Reference in New Issue
Block a user