summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-08-15 16:19:55 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-08-15 16:19:55 (GMT)
commit6fd62cfe8859ad4cdba4113552ba9bb1ef9563e4 (patch)
tree5285816f66703b05133ad2a8b66835241480b965 /Swift
parent9db142a21e193deb557a6fc22ab1c7aaa6530158 (diff)
downloadswift-6fd62cfe8859ad4cdba4113552ba9bb1ef9563e4.zip
swift-6fd62cfe8859ad4cdba4113552ba9bb1ef9563e4.tar.bz2
Remove the roster avatar debug output.
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/Roster/QtTreeWidgetItem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/QtUI/Roster/QtTreeWidgetItem.cpp b/Swift/QtUI/Roster/QtTreeWidgetItem.cpp
index 27e978c..7b4d83a 100644
--- a/Swift/QtUI/Roster/QtTreeWidgetItem.cpp
+++ b/Swift/QtUI/Roster/QtTreeWidgetItem.cpp
@@ -20,7 +20,6 @@ void QtTreeWidgetItem::setStatusText(const String& text) {
}
void QtTreeWidgetItem::setAvatarPath(const String& path) {
- qDebug() << "Setting avatar to " << P2QSTRING(path);
avatar_ = QIcon(P2QSTRING(path));
}