We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfa81f commit 2b519f2Copy full SHA for 2b519f2
docling_core/types/doc/document.py
@@ -2267,7 +2267,7 @@ def _delete_items(self, refs: list[RefItem]):
2267
if not success:
2268
del to_be_deleted_items[stack_]
2269
else:
2270
- _logger.info(f"deleted item in tree at stack: {stack_} => {ref_}")
+ _logger.debug(f"deleted item in tree at stack: {stack_} => {ref_}")
2271
2272
# Create a new lookup of the orphans:
2273
# dict of item_label (`texts`, `tables`, ...) to a
0 commit comments