refactor: remove debug print statements (#12534)

### What problem does this PR solve?

refactor: remove debug print statements

### Type of change

- [x] Refactoring
This commit is contained in:
lys1313013
2026-01-09 19:23:50 +08:00
committed by GitHub
parent 2e09db02f3
commit b226e06e2d
3 changed files with 0 additions and 12 deletions

View File

@ -815,11 +815,6 @@ def append_context2table_image4pdf(sections: list, tabls: list, table_context_si
if len(contexts) < len(res) + 1:
contexts.append(("", ""))
res.append(((img, tb), poss))
print("\n\n")
for c in contexts:
print(c)
print("\n\n")
return contexts if return_context else res