Skip to content

Commit 26c5da4

Browse files
committed
remove debug code
1 parent 66acaee commit 26c5da4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/qcodeedit/lib/document/qdocument.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7198,7 +7198,6 @@ void QDocumentPrivate::drawCursors(QPainter *p, const QDocument::PaintContext &c
71987198
pen.setWidthF(2.);
71997199
}
72007200
p->setPen(pen);
7201-
qDebug()<<QDocumentPrivate::m_lineSpacing<<pt<<pt+curHt;
72027201
p->drawLine(pt, pt + curHt);
72037202
/*if (m_drawCursorBold) {
72047203
pt.setX(pt.x() + 1);

0 commit comments

Comments
 (0)