summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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));
}