removed print

Signed-off-by: Maksym Lysak <mly@zurich.ibm.com>
This commit is contained in:
Maksym Lysak 2024-10-25 10:48:05 +02:00
parent 97999ebb43
commit 162643c7f7

View File

@ -147,7 +147,6 @@ class MarkdownDocumentBackend(DeclarativeDocumentBackend):
snippet_text = (
element.children[0].children[0].children[0].children.strip()
)
print("snippet_text: {}".format(snippet_text))
if len(snippet_text) > 0:
parent_element = doc.add_text(