remove debug line

This commit is contained in:
Devin Christensen 2022-06-23 10:56:52 -06:00
parent 8bc52f2cea
commit d09e851f92
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ put_config() {
RET_BODY=${RET::-3}
RET_STATUS=$(echo $RET | tail -c 4)
echo $RET
if [ "$RET_STATUS" -ne "200" ]; then
echo "⚠️ Error: Failed to load configuration from $1"
( echo "HTTP response status code is '$RET_STATUS'"