mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
remove some spammy debug output
This commit is contained in:
parent
971489f8f1
commit
5d30181d48
|
@ -300,8 +300,8 @@ void ChatWidgetView::mouseMoveEvent(QMouseEvent *event)
|
|||
return;
|
||||
}
|
||||
|
||||
int index = message->getSelectionIndex(relativePos);
|
||||
qDebug() << index;
|
||||
// int index = message->getSelectionIndex(relativePos);
|
||||
// qDebug() << index;
|
||||
|
||||
messages::Word hoverWord;
|
||||
if (!message->tryGetWordPart(relativePos, hoverWord)) {
|
||||
|
|
Loading…
Reference in a new issue