remove debug info

This commit is contained in:
Roy Qu 2024-01-19 16:29:40 +08:00
parent 26b57f04b7
commit bb43e0e062
1 changed files with 0 additions and 1 deletions

View File

@ -205,6 +205,5 @@ void LineNumberTextEditor::lineNumberAreaPaintEvent(QPaintEvent *event)
top = bottom;
bottom = top + qRound(blockBoundingRect(block).height());
++blockNumber;
qDebug()<<blockNumber<<qRound(blockBoundingRect(block).height());
}
}