diff --git a/app/swarm.py b/app/swarm.py index 32e0d2698c9c70a9b2de8c4c92c5f3ed680d8923..5566e105f2f5a500e37affd0a86579df72d5143e 100644 --- a/app/swarm.py +++ b/app/swarm.py @@ -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,