From 18b8a82189e7587a9e7af491db1a068a21113ee4 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Mon, 30 Aug 2010 19:49:35 +0100 Subject: Remove debug output diff --git a/Swift/QtUI/QtChatView.cpp b/Swift/QtUI/QtChatView.cpp index 32f2394..12cae8d 100644 --- a/Swift/QtUI/QtChatView.cpp +++ b/Swift/QtUI/QtChatView.cpp @@ -90,7 +90,6 @@ QWebElement QtChatView::snippetToDOM(boost::shared_ptr snippet) { void QtChatView::addToDOM(boost::shared_ptr snippet) { bool bottom = isScrolledToBottom(); - qDebug() << "Appending to the dom - scrolled to bottom? " << bottom; QWebElement newElement = snippetToDOM(snippet); QWebElement continuationElement = lastElement_.findFirst("#insert"); if (snippet->getAppendToPrevious()) { @@ -104,7 +103,6 @@ void QtChatView::addToDOM(boost::shared_ptr snippet) { if (bottom /* Or was me? */) { QTimer::singleShot(0, this, SLOT(scrollToBottom())); } - qDebug() << "Appended, now at bottom? " << isScrolledToBottom(); } void QtChatView::correctLastMessage(const QString& newMessage) { -- cgit v0.10.2-6-g49f6