diff --git a/powerwall.sh b/powerwall.sh index 3679298c..91c0edf8 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -594,7 +594,6 @@ CHECKPOWER(){ until [ "${checked}" != "" ]; do for hostfile in "${PW_TMPFOLDER}/*.hostpower"; do - echo "HERE: $host = $hostfile" if [ -f ${hostfile} ]; then host=${hostfile%.*}; host=${host##*/} watts=$(cat ${hostfile})