From 162643c7f749b138617c16606775e617a97eacdc Mon Sep 17 00:00:00 2001 From: Maksym Lysak Date: Fri, 25 Oct 2024 10:48:05 +0200 Subject: [PATCH] removed print Signed-off-by: Maksym Lysak --- docling/backend/md_backend.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docling/backend/md_backend.py b/docling/backend/md_backend.py index c173f0fe..158d2c0b 100644 --- a/docling/backend/md_backend.py +++ b/docling/backend/md_backend.py @@ -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(