From 45973fe697d97df671d26bcd22715383ab60c832 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 25 Oct 2019 10:25:40 +0200 Subject: [PATCH] makepanda: remove a leftover debug print --- makepanda/makepandacore.py | 1 - 1 file changed, 1 deletion(-) diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index 7040d34851..b45dc511c0 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -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