Commit 7dcf63e6 authored by 赵小蒙's avatar 赵小蒙

fix:close some log output if not in debug mode

parent d5e30f8d
This diff is collapsed.
...@@ -299,7 +299,7 @@ def replace_line_v2(eqinfo, line): ...@@ -299,7 +299,7 @@ def replace_line_v2(eqinfo, line):
[b["bbox"][2] for b in delete_chars] [b["bbox"][2] for b in delete_chars]
) )
else: else:
logger.debug(f"行内公式替换没有发生,尝试下一行匹配, eqinfo={eqinfo}") # logger.debug(f"行内公式替换没有发生,尝试下一行匹配, eqinfo={eqinfo}")
return False return False
# 删除位于x0, x1这两个中间的span # 删除位于x0, x1这两个中间的span
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment