mirror of
https://github.com/panda3d/panda3d.git
synced 2026-05-12 17:48:49 -05:00
makepanda: remove a leftover debug print
This commit is contained in:
@@ -2321,7 +2321,6 @@ def SdkLocateWindows(version = '7.1'):
|
||||
if not os.path.isdir(os.path.join(platsdk, 'Lib', verstring, 'um')):
|
||||
continue
|
||||
|
||||
print(verstring)
|
||||
vertuple = tuple(map(int, verstring.split('.')))
|
||||
if vertuple > max_version:
|
||||
version = verstring
|
||||
|
||||
Reference in New Issue
Block a user