removing debug output...
[quassel.git] / src / uisupport / bufferview.cpp
index de2ced7..0b68c3d 100644 (file)
@@ -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