|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH] Reduce spam from build.py
We don't the verbose prints when deciding whether we're using vs2012 or 2013.
Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
---
build.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/build.py b/build.py
index c03803a..5368181 100644
--- a/build.py
+++ b/build.py
@@ -313,10 +313,7 @@ def archive(filename, files, tgz=False):
def getVsVersion():
vsenv ={}
vars = subprocess.check_output([os.environ['VS']+'\\VC\\vcvarsall.bat',
'&&', 'set'], shell=True)
- print( vars)
for var in vars.splitlines():
- print (var)
- print (var.strip())
k, _, v = map(str.strip, var.strip().decode('utf-8').partition('='))
if k.startswith('?'):
continue
--
2.1.1
_______________________________________________
win-pv-devel mailing list
win-pv-devel@xxxxxxxxxxxxxxxxxxxx
http://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |