From 3bc430f61190ee8ad4af126c3a4ba074a92db47b Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Wed, 15 Jan 2020 11:32:22 -0500 Subject: [PATCH] Removed printing of untagged entries, so no more empty section. --- do_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do_process b/do_process index 7ff98f5..5604018 100755 --- a/do_process +++ b/do_process @@ -65,7 +65,7 @@ if [[ -f ${DATE}.log ]]; then fi echo done - $grep -Ev "${WHOLE}" ${DATE}.log | timetracker + #$grep -Ev "${WHOLE}" ${DATE}.log | timetracker echo timetracker ${DATE}.log | $grep "Section" | sed 's/Section/Grand/'