summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig-proxy/src/main/sh/vespa-config-ctl.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/config-proxy/src/main/sh/vespa-config-ctl.sh b/config-proxy/src/main/sh/vespa-config-ctl.sh
index af66e6d5cc2..bf75b497fea 100755
--- a/config-proxy/src/main/sh/vespa-config-ctl.sh
+++ b/config-proxy/src/main/sh/vespa-config-ctl.sh
@@ -153,11 +153,6 @@ case $1 in
elif ! vespa-ping-configproxy -s $hname
then
echo "failed to ping config proxy $hname" 1>&2
- # TODO: Dump stack trace for debugging, remove after April 2020
- kill -3 `pgrep -f -n configproxy`
- sleep 2
- kill -3 `pgrep -f -n configproxy`
- sleep 2
kill -3 `pgrep -f -n configproxy`
fi