Skip to content

Commit fb06eb3

Browse files
committed
Remove old debug message
1 parent 753135a commit fb06eb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gns3server/compute/docker/docker_vm.py

-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ async def create(self):
451451
if extra_hosts:
452452
params["Env"].append("GNS3_EXTRA_HOSTS={}".format(extra_hosts))
453453

454-
print(params)
455454
result = await self.manager.query("POST", "containers/create", data=params)
456455
self._cid = result['Id']
457456
log.info("Docker container '{name}' [{id}] created".format(name=self._name, id=self._id))

0 commit comments

Comments
 (0)