mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
deploy-ng: Remove debug print
This commit is contained in:
parent
15dd70f254
commit
6f17bc9224
@ -1079,7 +1079,6 @@ class Freezer:
|
|||||||
for origName in list(self.mf.modules.keys()):
|
for origName in list(self.mf.modules.keys()):
|
||||||
hidden = hiddenImports.get(origName, [])
|
hidden = hiddenImports.get(origName, [])
|
||||||
for modname in hidden:
|
for modname in hidden:
|
||||||
print(origName, modname)
|
|
||||||
if modname.endswith('.*'):
|
if modname.endswith('.*'):
|
||||||
mdefs = self._gatherSubmodules(modname, implicit = True)
|
mdefs = self._gatherSubmodules(modname, implicit = True)
|
||||||
for mdef in mdefs.values():
|
for mdef in mdefs.values():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user