get rid of debug output

This commit is contained in:
Andreas Rumpf
2016-07-20 10:45:07 +02:00
parent 9e9ce6a4e3
commit f8fe86fcd5

View File

@@ -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