From a894683b65fc9bdcd483d0b6095c3c77583b2c3f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 18 Mar 2024 10:49:37 -0500 Subject: Remove debugging print --- schwa.awk | 1 - 1 file changed, 1 deletion(-) diff --git a/schwa.awk b/schwa.awk index e584dfa..4be685d 100755 --- a/schwa.awk +++ b/schwa.awk @@ -131,7 +131,6 @@ function copy_statics () { split(static, STATICS, ":") for (s in STATICS) { printf("Copying %s\n", STATICS[s]) - print(OUTD outfn(STATICS[s], 3)) if (system("cp " STATICS[s] " " OUTD outfn(STATICS[s], 3))) die(2, "Can't copy static file: " STATICS[s]) } -- cgit 1.4.1-21-gabe81