diff options
-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 |