chore: 删除一个 log

This commit is contained in:
unanmed 2025-05-27 15:56:00 +08:00
parent 7d94f6026c
commit 6a7b58cb5e

View File

@ -956,8 +956,6 @@ export class TextContentParser {
* @param breakIndex
*/
private checkLineWidth(width: number, guess: number, pointer: number) {
console.log(guess);
const breakIndex = this.wordBreak.length - 1;
if (breakIndex === -1) return true;
const rest = width - this.lineWidth;