From 0293b1abf54d0f262c3fe84ab9a3b5c525a95009 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 20 May 2010 21:03:03 -0700 Subject: scons: Remove debug print statement. Fixes Python IndexError exception with default SCons build. --- common.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'common.py') diff --git a/common.py b/common.py index dc594a391e..bdca375f8b 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: -- cgit v1.2.3