From 1e11f709c045aca5c4c83ac679256f13d3ca12b0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 13 Jan 2024 10:51:10 -0600 Subject: [PATCH] Update power.inc.sh --- inc/power.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++))