commit ca4df9883d30b5ab88b15ad9149d22085761ce6d parent 2877920de2dc6c544ca3ff3b247fcd06efb292a8 Author: MS <ms@taler.net> Date: Sat, 29 May 2021 08:55:44 +0200 remove unnecessary log Diffstat:
| M | bin/taler-deployment-config-instances | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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