From 2dc2e865fa0b4a6780f677e3ecbe4f3fda20e7e7 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Tue, 7 Nov 2017 19:14:17 -0600 Subject: Cleanup --- nimgen.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/nimgen.nim b/nimgen.nim index 06c95ca..ef68666 100644 --- a/nimgen.nim +++ b/nimgen.nim @@ -364,8 +364,6 @@ proc runcfg(cfg: string) = var compile: seq[string] = @[] var dynlib: seq[string] = @[] for act in CONFIG[file].keys(): - echo act - echo "A" & CONFIG[file][act] & "A" action = act.replace(re"\..*", "") if action == "create": writeFile(file, CONFIG[file][act]) -- cgit v1.2.3