diff options
author | lloyd <[email protected]> | 2010-01-04 16:22:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-01-04 16:22:32 +0000 |
commit | 57f0176410cb06488142e8fbef0f8cf9ece2e4a3 (patch) | |
tree | 06df3b2c36c6a9eebe24a05a3004c332d9cb1c1c /configure.py | |
parent | addb797aad286615af7aa16aa854f57e55d5af4f (diff) |
Remove debug print
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
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 """ |