summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-config-instances
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-05-29 08:55:44 +0200
committerMS <ms@taler.net>2021-05-29 08:55:44 +0200
commitca4df9883d30b5ab88b15ad9149d22085761ce6d (patch)
tree4ee55dfd0942f4103a52d3df0e9dadf59cc8facf /bin/taler-deployment-config-instances
parent2877920de2dc6c544ca3ff3b247fcd06efb292a8 (diff)
downloaddeployment-ca4df9883d30b5ab88b15ad9149d22085761ce6d.tar.gz
deployment-ca4df9883d30b5ab88b15ad9149d22085761ce6d.tar.bz2
deployment-ca4df9883d30b5ab88b15ad9149d22085761ce6d.zip
remove unnecessary log
Diffstat (limited to 'bin/taler-deployment-config-instances')
-rwxr-xr-xbin/taler-deployment-config-instances1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/taler-deployment-config-instances b/bin/taler-deployment-config-instances
index 27c5c17..76dccdf 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -40,7 +40,6 @@ def wait_merchant_up():
continue
if resp.status_code != 200:
- print("Merchant reachable, but the request fails.")
sleep(1)
checks -= 1
continue