remove forgotten debug output

This commit is contained in:
2021-07-18 13:13:43 +02:00
parent 1bc7101cf6
commit 7a2a23782d

View File

@@ -57,7 +57,7 @@ while read -r line; do
done done
buildtree 1 var_0 0 buildtree 1 var_0 0
printf "RULE ZERO = %s\n" "${MATCH[0]}" #printf "RULE ZERO = %s\n" "${MATCH[0]}"
for str in "${STRING[@]}"; do for str in "${STRING[@]}"; do
[[ "$str" =~ ^${MATCH[0]}$ ]] && ((res++)) [[ "$str" =~ ^${MATCH[0]}$ ]] && ((res++))