Remove forgotten debug message.

pull/1103/head
grossmj 7 years ago
parent 799a2d376e
commit 5b19ef4862

@ -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")

Loading…
Cancel
Save