summaryrefslogtreecommitdiff
path: root/common.py
diff options
context:
space:
mode:
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 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: