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 }