From da052712c352d22dc3827bd03d0849e5ebadcd95 Mon Sep 17 00:00:00 2001 From: olli Date: Sat, 11 Nov 2023 18:08:26 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/functions/get_vars_from_csv.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dabo/functions/get_vars_from_csv.sh b/dabo/functions/get_vars_from_csv.sh index 7c6fb54..7166b34 100644 --- a/dabo/functions/get_vars_from_csv.sh +++ b/dabo/functions/get_vars_from_csv.sh @@ -15,7 +15,6 @@ function get_vars_from_csv { f_all_vars="f_market_performance=${f_market_performance}" - set -x # read last 4 lines in array if not given #if [ -z "${f_last_lines_array}" ] #then