mirror of https://github.com/docker/docker-py.git
Drop useless print
Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
parent
2d74a3bb1a
commit
35b3705c41
|
|
@ -1359,7 +1359,6 @@ class ContainerApiMixin:
|
|||
'for API version < 1.23'
|
||||
)
|
||||
data['RestartPolicy'] = restart_policy
|
||||
print(data)
|
||||
res = self._post_json(u, data=data)
|
||||
return self._result(res, True)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue