mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
makepanda: remove a leftover debug print
This commit is contained in:
parent
3e99d16eb1
commit
45973fe697
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user