Remove debugging

This commit is contained in:
Raoul Snyman 2019-05-15 16:02:19 -07:00
parent 919a96f0bc
commit a3088e878b
1 changed files with 0 additions and 2 deletions

View File

@ -322,7 +322,6 @@ class WindowsBuilder(Builder):
"""
Build some default values for the config file
"""
print('get_config_defaults')
config_defaults = super().get_config_defaults()
config_defaults.update({
'pyroot': self.python_root,
@ -355,7 +354,6 @@ class WindowsBuilder(Builder):
"""
Set up some system paths.
"""
print('setup_system_paths')
super().setup_system_paths()
self.python_root = os.path.dirname(self.python)
self.site_packages = os.path.join(self.python_root, 'Lib', 'site-packages')