From 590fd9d0ec8581c965cd29352b007de9c5dbd9f2 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 28 Nov 2023 11:31:59 +0100 Subject: [PATCH] fix empty vars --- dabo/analyze.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 91b8cf0..194142d 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -63,7 +63,6 @@ function analyze { f_market_perf_date=${f_market_perf_line%,*} f_market_perf_date=${f_market_perf_date//[^0-9]/} [ -z "$f_market_perf_date" ] && continue - echo "DTAE=$f_market_perf_date" f_market_perf_date=${f_market_perf_date::-1} f_market_perf=${f_market_perf_line#*,} f_market_performace_array[${f_market_perf_date}]=${f_market_perf} @@ -94,7 +93,6 @@ function analyze { local f_time="${f_date%:*}" f_time="${f_time//[^0-9]/}" f_time="${f_time::-1}" - echo "TIME=$f_time" # get market_performance from array with time f_market_performance=${f_market_performace_array[${f_time}]}