diff --git a/dabo/functions/get_balances.sh b/dabo/functions/get_balances.sh index 05607fb..83989e1 100644 --- a/dabo/functions/get_balances.sh +++ b/dabo/functions/get_balances.sh @@ -111,7 +111,7 @@ function get_balances { # calculate complete balance local f_COMPLETE_BALANCE=$(echo "scale=2; $CURRENCY_BALANCE+$f_SPOT_BALANCE" | bc -l) - local f_timestamp=$(g_date_print) + #local f_timestamp=$(g_date_print) # write balance history echo "$f_timestamp,$f_COMPLETE_BALANCE" >>"asset-histories/BALANCECOMPLETE${CURRENCY}.history.csv"