From: Marcus Eggenberger Date: Mon, 23 Jun 2008 23:07:02 +0000 (+0200) Subject: removing debug output... X-Git-Tag: 0.2.0-rc1~34 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=6c9aab4e16880ee24738a48ea95f9d3bf09caa0f;p=quassel.git removing debug output... --- diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index b0e365f6..c84f3189 100644 --- a/src/uisupport/bufferview.cpp +++ b/src/uisupport/bufferview.cpp @@ -287,7 +287,6 @@ void BufferView::layoutChanged() { } void BufferView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) { - qDebug() << "dataChanged()"; QTreeView::dataChanged(topLeft, bottomRight); // determine how many items have been changed and if any of them is a networkitem