From ab23cd2e175ae0064a55ff3ab0a867c996062a55 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 10 Jan 2022 15:29:24 -0600 Subject: [PATCH] Remove debug print statement Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- nfdocs-parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nfdocs-parser.py b/nfdocs-parser.py index 5393467..c4ed032 100755 --- a/nfdocs-parser.py +++ b/nfdocs-parser.py @@ -122,7 +122,6 @@ class NFDocs(Directive): self.state_machine.document.note_implicit_target(proc_section) block_section += proc_section - print(block_section) self.state_machine.document.note_implicit_target(block_section) return_nodes.append(block_section)