Module: Mesa Branch: master Commit: 0293b1abf54d0f262c3fe84ab9a3b5c525a95009 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0293b1abf54d0f262c3fe84ab9a3b5c525a95009
Author: Vinson Lee <[email protected]> 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: _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
