aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])