From 87e27b07b38aefa61b5b5f47fd3596766cdb5656 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 9 Jan 2024 18:55:35 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index b75377d3..80bad060 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -844,7 +844,6 @@ STATUS_SCANTIMES(){ lastscantime=$(tail -n 1 ${NM_LOGFOLDER}/status-check.scantimes) lastscantime=$(echo "${lastscantime}" | cut -d '~' -f 2) - echo "HERE: ${LAST}" scantimes=$(tail -n ${LAST} ${NM_LOGFOLDER}/status-check.scantimes) longest_scantime=0 IFS=$'\n'