Browse Source

deploy-ng: Remove debug code

Mitchell Stokes 8 years ago
parent
commit
82f08b1251
1 changed files with 0 additions and 3 deletions
  1. 0 3
      direct/src/showutil/dist.py

+ 0 - 3
direct/src/showutil/dist.py

@@ -171,9 +171,6 @@ class build_apps(distutils.core.Command):
 
 
             for module, source_path in freezer_extras:
-                if module == 'time':
-                    source_path = None
-
                 if source_path is not None:
                     # Rename panda3d/core.pyd to panda3d.core.pyd
                     basename = os.path.basename(source_path)