Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Mar 29, 2022
1 parent 66acaee commit 26c5da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qcodeedit/lib/document/qdocument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7198,7 +7198,6 @@ void QDocumentPrivate::drawCursors(QPainter *p, const QDocument::PaintContext &c
pen.setWidthF(2.);
}
p->setPen(pen);
qDebug()<<QDocumentPrivate::m_lineSpacing<<pt<<pt+curHt;
p->drawLine(pt, pt + curHt);
/*if (m_drawCursorBold) {
pt.setX(pt.x() + 1);
Expand Down

0 comments on commit 26c5da4

Please sign in to comment.