aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-01-04 16:22:32 +0000
committerlloyd <[email protected]>2010-01-04 16:22:32 +0000
commit57f0176410cb06488142e8fbef0f8cf9ece2e4a3 (patch)
tree06df3b2c36c6a9eebe24a05a3004c332d9cb1c1c /configure.py
parentaddb797aad286615af7aa16aa854f57e55d5af4f (diff)
Remove debug print
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index 3dc360f12..a904d41f5 100755
--- a/configure.py
+++ b/configure.py
@@ -334,8 +334,6 @@ def process_command_line(args):
if not enabled_or_disabled_isa(isa):
options.disable_isa_extns.append(isa)
- print options.disable_isa_extns
-
return options
"""