From: Paul Durrant Date: Thu, 25 Sep 2014 15:17:01 +0000 (+0100) Subject: Reduce spam from build.py X-Git-Tag: 8.1.0-rc1~13 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0986d5be6d47561ad53f35be1c6fbead37e6e325;p=pvdrivers%2Fwin%2Fxeniface.git 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 --- diff --git a/build.py b/build.py index f7d2f99..ec7d0c4 100644 --- a/build.py +++ b/build.py @@ -384,10 +384,7 @@ def getVsVersion(): 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