Mesa (master): scons: Remove debug print statement.

Vinson Lee vlee at kemper.freedesktop.org
Fri May 21 04:05:51 UTC 2010


Module: Mesa
Branch: master
Commit: 0293b1abf54d0f262c3fe84ab9a3b5c525a95009
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0293b1abf54d0f262c3fe84ab9a3b5c525a95009

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu May 20 21:03:03 2010 -0700

scons: Remove debug print statement.

Fixes Python IndexError exception with default SCons build.

---

 common.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/common.py b/common.py
index dc594a3..bdca375 100644
--- a/common.py
+++ b/common.py
@@ -38,8 +38,6 @@ else:
 	default_machine = _platform.machine()
 default_machine = _machine_map.get(default_machine, 'generic')
 
-print "sys.argv = " + sys.argv[2]
-
 
 # find default_llvm value
 if 'LLVM' in os.environ:




More information about the mesa-commit mailing list