diff options
author | Vinson Lee <vlee@vmware.com> | 2010-05-20 21:03:03 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-05-20 21:03:03 -0700 |
commit | 0293b1abf54d0f262c3fe84ab9a3b5c525a95009 (patch) | |
tree | 554e19ec3cb7fd4f5930558257ff7916c50364d6 /common.py | |
parent | 6f77b751b6577c72fdbf7cb6c8eef4bc87c360cc (diff) |
scons: Remove debug print statement.
Fixes Python IndexError exception with default SCons build.
Diffstat (limited to 'common.py')
-rw-r--r-- | common.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common.py b/common.py index dc594a391ec9..bdca375f8b0d 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: |