From 1ee6707bdd799aed2f47e4417a7b7445e524c802 Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Sat, 22 Jan 2022 23:27:13 +1100 Subject: [PATCH] undoing the changes for the traceability (#22642) --- net/init-metrics.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net/init-metrics.sh b/net/init-metrics.sh index cb30721b9..efe81bb2d 100755 --- a/net/init-metrics.sh +++ b/net/init-metrics.sh @@ -58,14 +58,12 @@ if $useEnv; then usage "SOLANA_METRICS_CONFIG is not defined in the environment" else username=$1 - echo "username innet/init-metrics is : $username" [[ -n "$username" ]] || usage "username not specified" read -rs -p "InfluxDB password for $username: " password [[ -n $password ]] || { echo "Password not specified"; exit 1; } echo - echo "password is : $password" password="$(urlencode "$password")" if ! $createWithoutConfig; then @@ -80,9 +78,6 @@ else --data-urlencode "q=$*" } - echo "username innet/init-metrics is : $username" - echo "password is : $password" - echo "netBasename is : $netBasename" query "DROP DATABASE \"$netBasename\"" ! $delete || exit 0 query "CREATE DATABASE \"$netBasename\""