debug--
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 5 Nov 2009 14:03:44 +0000 (15:03 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 5 Nov 2009 14:20:07 +0000 (15:20 +0100)
src/qtui/chatscene.cpp

index af50281..e2b5f80 100644 (file)
@@ -844,7 +844,6 @@ void ChatScene::updateSceneRect(qreal width) {
     ChatLine *firstLine = _lines.at(_firstLineRow);
     ChatLine *lastLine = _lines.last();
     updateSceneRect(QRectF(0, firstLine->pos().y(), width, lastLine->pos().y() + lastLine->height() - firstLine->pos().y()));
-    qDebug() << idString() << "top:" << sceneRect().y() << "height:" << sceneRect().height();
   } else {
     // empty scene rect
     updateSceneRect(QRectF(0, 0, width, 0));