remove forgotten debug output
This commit is contained in:
@@ -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++))
|
||||||
|
Reference in New Issue
Block a user