summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Swift/QtUI/QtChatView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/QtChatView.cpp b/Swift/QtUI/QtChatView.cpp
index 4bae755..696d16a 100644
--- a/Swift/QtUI/QtChatView.cpp
+++ b/Swift/QtUI/QtChatView.cpp
@@ -98,8 +98,8 @@ void QtChatView::replaceLastMessage(const QString& newMessage) {
assert(!replace.isNull());
QString old = lastElement_.toOuterXml();
replace.setInnerXml(ChatSnippet::escape(newMessage));
- qDebug() << "Replacing old: " << old;
- qDebug() << "With new: " << lastElement_.toOuterXml();
+ //qDebug() << "Replacing old: " << old;
+ //qDebug() << "With new: " << lastElement_.toOuterXml();
}
void QtChatView::replaceLastMessage(const QString& newMessage, const QString& note) {