mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -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()):
|
||||
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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user