summaryrefslogtreecommitdiff
path: root/common.py
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-20 21:03:03 -0700
committerVinson Lee <vlee@vmware.com>2010-05-20 21:03:03 -0700
commit0293b1abf54d0f262c3fe84ab9a3b5c525a95009 (patch)
tree554e19ec3cb7fd4f5930558257ff7916c50364d6 /common.py
parent6f77b751b6577c72fdbf7cb6c8eef4bc87c360cc (diff)
scons: Remove debug print statement.
Fixes Python IndexError exception with default SCons build.
Diffstat (limited to 'common.py')
-rw-r--r--common.py2
1 files changed, 0 insertions, 2 deletions
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: