Remove old debug message

This commit is contained in:
grossmj 2024-10-31 13:07:09 +10:00
parent 753135a80d
commit fb06eb3c0c
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -451,7 +451,6 @@ class DockerVM(BaseNode):
if extra_hosts:
params["Env"].append("GNS3_EXTRA_HOSTS={}".format(extra_hosts))
print(params)
result = await self.manager.query("POST", "containers/create", data=params)
self._cid = result['Id']
log.info("Docker container '{name}' [{id}] created".format(name=self._name, id=self._id))