remove print

This commit is contained in:
Rafael Teixeira de Lima 2025-01-23 17:34:12 +01:00
parent 0349aebb52
commit 784eafbed5

View File

@ -247,7 +247,6 @@ class MsWordDocumentBackend(DeclarativeDocumentBackend):
if paragraph.text is None: if paragraph.text is None:
return return
text = text.strip() text = text.strip()
print(text)
# Common styles for bullet and numbered lists. # Common styles for bullet and numbered lists.
# "List Bullet", "List Number", "List Paragraph" # "List Bullet", "List Number", "List Paragraph"