Skip to content
Snippets Groups Projects
Commit 3c344bf0 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove debug output.

parent f2eaa61f
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment