From 6c58414ffb29594da6ee80c73e1743a10b953e9e Mon Sep 17 00:00:00 2001 From: nuex Date: Mon, 24 Oct 2011 10:36:50 -0400 Subject: [PATCH] remove debug line --- lib/config.awk | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/config.awk b/lib/config.awk index 776633d..84bdc20 100644 --- a/lib/config.awk +++ b/lib/config.awk @@ -29,7 +29,6 @@ action == "config" && section == "parse_convert" && (NF > 1) { ext = exts[i] gsub(/ /, "", ext) filter[ext] = cmd - print cmd >> "awk.log" } next }