From 5d30181d48c5e2a5ccb99d33b7ee8592c5da50d2 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Mon, 29 May 2017 21:02:10 +0200 Subject: [PATCH] remove some spammy debug output --- widgets/chatwidgetview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widgets/chatwidgetview.cpp b/widgets/chatwidgetview.cpp index 03046146..14cbbf98 100644 --- a/widgets/chatwidgetview.cpp +++ b/widgets/chatwidgetview.cpp @@ -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)) {