diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 98a3a7aa..f271ec52 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -7,7 +7,7 @@ AVERAGEPOWER(){ total_amp=0 total_watt=0 while IFS=$'\t' read date amp watt ;do - echo "HERE: '${amp}'" + # echo "HERE: '${amp}'" if [ "${amp}" != "" ] && [ "${amp}" != "NULL" ]; then total_amp=$(bc <<< "scale=2; ${total_amp}+${amp}") ((logsfound_amp++))