deploy-ng: Remove debug code

This commit is contained in:
Mitchell Stokes 2017-04-11 20:18:14 -07:00
parent 9e9aebad58
commit 82f08b1251

View File

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