Remove debug output.

This commit is contained in:
Patrick Jentsch 2019-08-06 17:05:55 +02:00
parent f2eaa61f3c
commit 3c344bf023

View File

@ -71,8 +71,6 @@ class Swarm:
' (name=_name). Because there is no id generator for now, it is
' not set, so that the Docker engine assigns a random name.
'''
print(_command)
print(_image)
service = self.docker.services.create(
_image,
command=_command,