Browse Source

deploy-ng: Remove debug print

Mitchell Stokes 7 years ago
parent
commit
6f17bc9224
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/showutil/FreezeTool.py

+ 0 - 1
direct/src/showutil/FreezeTool.py

@@ -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():