summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/_exts/automated_steps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/_exts/automated_steps.py b/doc/source/_exts/automated_steps.py
index e61d356bd..db242487f 100644
--- a/doc/source/_exts/automated_steps.py
+++ b/doc/source/_exts/automated_steps.py
@@ -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