removed testing code

This commit is contained in:
2022-05-11 00:14:41 +02:00
parent 5454b1ff7c
commit b758adc513

View File

@@ -103,7 +103,6 @@ set -o pipefail
local log_line="" local log_line=""
while IFS=$'\n' read -r log_line ; do while IFS=$'\n' read -r log_line ; do
color red
printf '%b' "${log_color}" >${outp} printf '%b' "${log_color}" >${outp}
if [[ -n "${LOG_TIME}" ]] ; then if [[ -n "${LOG_TIME}" ]] ; then
if (( appendText )) ; then if (( appendText )) ; then