remove debug line

This commit is contained in:
nuex 2011-10-24 10:36:50 -04:00
parent c47b77889a
commit 6c58414ffb
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ action == "config" && section == "parse_convert" && (NF > 1) {
ext = exts[i]
gsub(/ /, "", ext)
filter[ext] = cmd
print cmd >> "awk.log"
}
next
}