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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int index = message->getSelectionIndex(relativePos);
|
// int index = message->getSelectionIndex(relativePos);
|
||||||
qDebug() << index;
|
// qDebug() << index;
|
||||||
|
|
||||||
messages::Word hoverWord;
|
messages::Word hoverWord;
|
||||||
if (!message->tryGetWordPart(relativePos, hoverWord)) {
|
if (!message->tryGetWordPart(relativePos, hoverWord)) {
|
||||||
|
|
Loading…
Reference in a new issue