diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-07-20 10:45:07 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-07-20 10:45:14 +0200 |
commit | f8fe86fcd53bfc3b665643d266b6305a813c2afa (patch) | |
tree | e884b4745add02b6321d1a4b510608a9b2da3709 /compiler/docgen2.nim | |
parent | 9e9ce6a4e34f4256a68527b7b0c4aa7a9fc53cc5 (diff) | |
download | Nim-f8fe86fcd53bfc3b665643d266b6305a813c2afa.tar.gz |
get rid of debug output
Diffstat (limited to 'compiler/docgen2.nim')
-rw-r--r-- | compiler/docgen2.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/docgen2.nim b/compiler/docgen2.nim index 03f8ce0cb..d70d5406c 100644 --- a/compiler/docgen2.nim +++ b/compiler/docgen2.nim @@ -22,7 +22,7 @@ type template closeImpl(body: untyped) {.dirty.} = var g = PGen(p) let useWarning = sfMainModule notin g.module.flags - echo g.module.name.s, " ", g.module.owner.id, " ", gMainPackageId + #echo g.module.name.s, " ", g.module.owner.id, " ", gMainPackageId if (g.module.owner.id == gMainPackageId and gWholeProject) or sfMainModule in g.module.flags: body |