From 732680d55b7dcc325dd1fa7696edf141efec2f1a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 30 Dec 2023 16:27:15 -0600 Subject: [PATCH] Update power.inc.sh --- inc/power.inc.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 5d0d513a..1e332d1e 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -335,11 +335,11 @@ CHECKPOWER(){ fi done fi - if [ ${REPORT} -eq 0 ]; then - end=`date +%s` - runtime=$((end-start)) - echo -e "\nruntime: ${runtime}" - fi + # if [ ${REPORT} -eq 0 ]; then + # end=`date +%s` + # runtime=$((end-start)) + # echo -e "\nruntime: ${runtime}" + # fi [ "${PW_ACTION}" != "" ] && [ ${REPORT} -eq 0 ] && echo }