Browse Source

deploy-ng: Remove debug print

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

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

@@ -884,7 +884,6 @@ class bdist_apps(setuptools.Command):
             build_dir = os.path.join(build_base, platform)
             basename = '{}_{}'.format(self.distribution.get_fullname(), platform)
             installers = self.installers.get(platform, self.DEFAULT_INSTALLERS.get(platform, ['zip']))
-            print(installers)
 
             for installer in installers:
                 self.announce('\nBuilding {} for platform: {}'.format(installer, platform), distutils.log.INFO)