Skip to content

Commit 0c97525

Browse files
committed
Remove debug position from cursor tracking
1 parent 0e60d61 commit 0c97525

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/internal/QCodeEditor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,6 @@ bool QCodeEditor::event(QEvent *event)
811811

812812
auto blockPositionStart = cursor.positionInBlock() - copyCursor.positionInBlock();
813813
QPair<int, int> positionOfTooltip{lineNumber, blockPositionStart};
814-
qDebug() << positionOfTooltip;
815814

816815
QString text;
817816
for(auto const& e : m_squiggler)

0 commit comments

Comments
 (0)