diff --git a/compiler/docgen2.nim b/compiler/docgen2.nim index 03f8ce0cb6..d70d5406cd 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