Disable debug output in doc building
Disable the debug output, we don't need 10s of lines to display the RST file during normal builds. Change-Id: I3c53ca2591d92e3354efb9da99cf2ee19ea51b7d
This commit is contained in:
parent
990c17e356
commit
1366bde2db
@ -174,7 +174,7 @@ class AutomatedStepsDirective(rst.Directive):
|
||||
)
|
||||
|
||||
# NOTE(dhellmann): Useful for debugging.
|
||||
print('\n'.join(result))
|
||||
# print('\n'.join(result))
|
||||
|
||||
node = nodes.section()
|
||||
node.document = self.state.document
|
||||
|
Loading…
Reference in New Issue
Block a user