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~41 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a0273ef71c2a13a2db1c84b44d9c88bcfe2974af;p=pvdrivers%2Fwin%2Fxenvbd.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 a87aecb..c3916b6 100644 --- a/build.py +++ b/build.py @@ -311,10 +311,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