aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2017-11-07 19:14:17 -0600
committerGanesh Viswanathan <dev@genotrance.com>2017-11-07 19:14:17 -0600
commit2dc2e865fa0b4a6780f677e3ecbe4f3fda20e7e7 (patch)
tree7b9738fecebcc7c84354b39fe5cc3956f274e262
parent777ae910c88eeb4e4327a62c6e30514f197c2806 (diff)
downloadnimgen-2dc2e865fa0b4a6780f677e3ecbe4f3fda20e7e7.tar.gz
nimgen-2dc2e865fa0b4a6780f677e3ecbe4f3fda20e7e7.zip
Cleanup
-rw-r--r--nimgen.nim2
1 files changed, 0 insertions, 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])