Skip to content

Commit

Permalink
Remove debug code from install-qt
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Sep 4, 2015
1 parent 66b4c03 commit c635667
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/install-qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ def fix_registry(python_ver):
subprocess.check_call([installer, '/S'])
python = caption.split('-')[0]
assert python[:2] == 'py'
# debug
for ver in ('27', '34'):
path = r'C:\Python%s\Lib\site-packages' % ver
print('DEBUG', '-' * 80)
print('PATH', path)
for x in os.listdir(path):
print(' ', x)
print('DEBUG', '-' * 80)
# debug
executable = r'C:\Python%s\python.exe' % python[2:]
module = url.split('/')[0]
cmdline = [executable, '-c', 'import %s;print(%s)' % (module, module)]
Expand Down

0 comments on commit c635667

Please sign in to comment.