diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2017-11-07 19:14:17 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2017-11-07 19:14:17 -0600 |
| commit | 2dc2e865fa0b4a6780f677e3ecbe4f3fda20e7e7 (patch) | |
| tree | 7b9738fecebcc7c84354b39fe5cc3956f274e262 | |
| parent | 777ae910c88eeb4e4327a62c6e30514f197c2806 (diff) | |
| download | nimgen-2dc2e865fa0b4a6780f677e3ecbe4f3fda20e7e7.tar.gz nimgen-2dc2e865fa0b4a6780f677e3ecbe4f3fda20e7e7.zip | |
Cleanup
| -rw-r--r-- | nimgen.nim | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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]) |
