From: Vinson Lee Date: Fri, 21 May 2010 04:03:03 +0000 (-0700) Subject: scons: Remove debug print statement. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0293b1abf54d0f262c3fe84ab9a3b5c525a95009;p=mesa.git scons: Remove debug print statement. Fixes Python IndexError exception with default SCons build. --- diff --git a/common.py b/common.py index dc594a391ec..bdca375f8b0 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: