remove debug line
This commit is contained in:
parent
c47b77889a
commit
6c58414ffb
@ -29,7 +29,6 @@ action == "config" && section == "parse_convert" && (NF > 1) {
|
|||||||
ext = exts[i]
|
ext = exts[i]
|
||||||
gsub(/ /, "", ext)
|
gsub(/ /, "", ext)
|
||||||
filter[ext] = cmd
|
filter[ext] = cmd
|
||||||
print cmd >> "awk.log"
|
|
||||||
}
|
}
|
||||||
next
|
next
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user