summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-04 16:03:12 -0400
committerJoey Hess2014-04-04 16:03:12 -0400
commite64a66b21b30b44ce980f45e6ac65d1bebac6297 (patch)
tree5bcd3fe27079e79de9b5781f434b4c9c4c42874e /Propellor/Property
parent1f783394c0f3c7796161b7fce16d2523d26c355e (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/Docker.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs
index 493fdf57..6be8c4e2 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -230,7 +230,6 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
if runningident == Just ident
then return NoChange
else do
- print "stopping!"
void $ stopContainer cid
restartcontainer
else ifM (elem cid <$> listContainers AllContainers)