From 82f08b1251fbba9b7cd62d05bf5f7edf83ecfe03 Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Tue, 11 Apr 2017 20:18:14 -0700 Subject: [PATCH] deploy-ng: Remove debug code --- direct/src/showutil/dist.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/direct/src/showutil/dist.py b/direct/src/showutil/dist.py index 0ae8e0bad2..ba3e3d2f91 100644 --- a/direct/src/showutil/dist.py +++ b/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)