From 3c344bf023ad4e72a08a1c652814dcce560cab80 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Tue, 6 Aug 2019 17:05:55 +0200 Subject: [PATCH] Remove debug output. --- app/swarm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/swarm.py b/app/swarm.py index 32e0d269..5566e105 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,