remove debug info
This commit is contained in:
parent
26b57f04b7
commit
bb43e0e062
|
@ -205,6 +205,5 @@ void LineNumberTextEditor::lineNumberAreaPaintEvent(QPaintEvent *event)
|
|||
top = bottom;
|
||||
bottom = top + qRound(blockBoundingRect(block).height());
|
||||
++blockNumber;
|
||||
qDebug()<<blockNumber<<qRound(blockBoundingRect(block).height());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue