mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-01 16:15:07 +08:00
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:
@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user