mirror of
https://github.com/MillironX/nfdocs-parser.git
synced 2024-11-22 08:59:55 +00:00
Remove debug print statement
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
cef18ef1fc
commit
ab23cd2e17
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ class NFDocs(Directive):
|
||||||
self.state_machine.document.note_implicit_target(proc_section)
|
self.state_machine.document.note_implicit_target(proc_section)
|
||||||
block_section += proc_section
|
block_section += proc_section
|
||||||
|
|
||||||
print(block_section)
|
|
||||||
self.state_machine.document.note_implicit_target(block_section)
|
self.state_machine.document.note_implicit_target(block_section)
|
||||||
return_nodes.append(block_section)
|
return_nodes.append(block_section)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue