summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-09-20 20:07:49 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-09-20 20:07:49 (GMT)
commite6cfac8267723ed41f8da7ec7cc8fed34bf68a88 (patch)
tree2ecff20d966edd370dad6c1314881416e2490621 /Swift
parent86a064d24f39ef3fbda676c18166d31106bf3bad (diff)
downloadswift-e6cfac8267723ed41f8da7ec7cc8fed34bf68a88.zip
swift-e6cfac8267723ed41f8da7ec7cc8fed34bf68a88.tar.bz2
I forgot to remove the debug output last time.
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/Roster/QtTreeWidgetItem.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Swift/QtUI/Roster/QtTreeWidgetItem.cpp b/Swift/QtUI/Roster/QtTreeWidgetItem.cpp
index ae6d58d..a43e03b 100644
--- a/Swift/QtUI/Roster/QtTreeWidgetItem.cpp
+++ b/Swift/QtUI/Roster/QtTreeWidgetItem.cpp
@@ -142,11 +142,6 @@ void QtTreeWidgetItem::handleChanged(QtTreeWidgetItem* child) {
shownChildren_.append(children_[i]);
}
}
-
- qDebug() << "List sorted, now:";
- for (int i = 0; i < shownChildren_.size(); i++) {
- qDebug() << (int)(shownChildren_[i]->getStatusShow()) << ":" << shownChildren_[i]->getName();
- }
emit changed(child);
}