remove debug code

This commit is contained in:
Clint Shryock 2018-11-30 16:05:59 -06:00
parent 3dc9474ffc
commit 21216ec700
No known key found for this signature in database
GPG key ID: B7C8F9C70EC5CD29

View file

@ -49,6 +49,5 @@ load _helpers
--set 'server.config="{\"hello\": \"world\"}"' \
. | tee /dev/stderr |
yq '.data["extraconfig-from-values.hcl"] | match("world") | length' | tee /dev/stderr)
echo "# --- actual: ${actual}" >&3
[ ! -z "${actual}" ]
}