deploy-ng: Remove debug print

This commit is contained in:
Mitchell Stokes 2018-02-24 11:04:01 -08:00
parent 15dd70f254
commit 6f17bc9224

View File

@ -1079,7 +1079,6 @@ class Freezer:
for origName in list(self.mf.modules.keys()):
hidden = hiddenImports.get(origName, [])
for modname in hidden:
print(origName, modname)
if modname.endswith('.*'):
mdefs = self._gatherSubmodules(modname, implicit = True)
for mdef in mdefs.values():