1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00

Remove forgotten debug message.

This commit is contained in:
grossmj 2017-06-28 16:11:46 +08:00
parent 799a2d376e
commit 5b19ef4862

View File

@ -330,7 +330,6 @@ class Project:
msg = "Appliance {} doesn't exist".format(appliance_id)
log.error(msg)
raise aiohttp.web.HTTPNotFound(text=msg)
print(template)
template["x"] = x
template["y"] = y
node_type = template.pop("node_type")