mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: stop emitting debug as part of test_build_options.py
This commit is contained in:
parent
d0a7e70d0f
commit
fe9fcf445e
@ -147,7 +147,7 @@ class TestBuildOptions(object):
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user