Browse Source

makepanda: remove a leftover debug print

rdb 6 years ago
parent
commit
45973fe697
1 changed files with 0 additions and 1 deletions
  1. 0 1
      makepanda/makepandacore.py

+ 0 - 1
makepanda/makepandacore.py

@@ -2321,7 +2321,6 @@ def SdkLocateWindows(version = '7.1'):
                 if not os.path.isdir(os.path.join(platsdk, 'Lib', verstring, 'um')):
                 if not os.path.isdir(os.path.join(platsdk, 'Lib', verstring, 'um')):
                     continue
                     continue
 
 
-                print(verstring)
                 vertuple = tuple(map(int, verstring.split('.')))
                 vertuple = tuple(map(int, verstring.split('.')))
                 if vertuple > max_version:
                 if vertuple > max_version:
                     version = verstring
                     version = verstring