refactor: remove debug print statements (#12598)

### What problem does this PR solve?

This PR eliminates unnecessary debug print statements that were left in
hot paths of the codebase.

### Type of change

- [x] Refactoring
This commit is contained in:
lys1313013
2026-01-14 10:05:34 +08:00
committed by GitHub
parent ea619dba3b
commit f72a35188d
4 changed files with 11 additions and 13 deletions

View File

@ -143,8 +143,6 @@ class HierarchicalMerger(ProcessBase):
if depth == self._param.hierarchy:
all_pathes.append(_path)
for i in range(len(lines)):
print(i, lines[i])
dfs(root, [], 0)
if root["texts"]: