summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/ChatList/ChatListMUCItem.cpp')
-rw-r--r--Swift/QtUI/ChatList/ChatListMUCItem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/QtUI/ChatList/ChatListMUCItem.cpp b/Swift/QtUI/ChatList/ChatListMUCItem.cpp
index 428cf4b..3a32495 100644
--- a/Swift/QtUI/ChatList/ChatListMUCItem.cpp
+++ b/Swift/QtUI/ChatList/ChatListMUCItem.cpp
@@ -12,7 +12,6 @@ boost::shared_ptr<MUCBookmark> ChatListMUCItem::getBookmark() {
}
QVariant ChatListMUCItem::data(int role) {
- printf("Getting role %d\n", role);
switch (role) {
case Qt::DisplayRole: return P2QSTRING(bookmark_->getName());
/*case Qt::TextColorRole: return textColor_;