From a7c16fac99c4487416ab1b31b89afa653d9cc5a8 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 20 Nov 2019 14:30:00 +0100 Subject: [PATCH] fix: dev: [postgres] remove some debugging info !minor Signed-off-by: Valentin Lab --- postgres/lib/common | 1 - 1 file changed, 1 deletion(-) diff --git a/postgres/lib/common b/postgres/lib/common index cbdfc9f2..f08be7a0 100644 --- a/postgres/lib/common +++ b/postgres/lib/common @@ -39,7 +39,6 @@ _set_db_params() { [ -f "$CLIENT_DB_PASSFILE" ] || touch "$CLIENT_DB_PASSFILE" - debug "HOST_DB_PASSFILE is '$HOST_DB_PASSFILE'" db_docker_opts+=("--network" "$docker_network" "-e" PGHOST="$docker_ip" "-e" PGUSER=postgres