Skip to content

Commit

Permalink
Tools: stop emitting debug as part of test_build_options.py
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Apr 16, 2024
1 parent 7f61ace commit 4bb34be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/test_build_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def get_disable_defines(self, feature, options):
if f.define not in ret:
continue

print("%s requires %s" % (option.define, f.define), file=sys.stderr)
# print("%s requires %s" % (option.define, f.define), file=sys.stderr)
added_one = True
ret[option.define] = 0
break
Expand Down

0 comments on commit 4bb34be

Please sign in to comment.