summaryrefslogtreecommitdiff
path: root/TelepathyQt4Yell
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2011-03-18 10:36:59 -0500
committerMateu Batle <mateu.batle@collabora.co.uk>2011-03-29 16:15:25 -0500
commite0659fc89061a922edd3f916a219816bb93f52c4 (patch)
tree1a614133530b50885d87393455fce13bf41299ec /TelepathyQt4Yell
parentbca8402a6ab5165b25034a33fd63b846b3d6a70f (diff)
Remove debug print
Diffstat (limited to 'TelepathyQt4Yell')
-rw-r--r--TelepathyQt4Yell/Models/contact-model-item.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TelepathyQt4Yell/Models/contact-model-item.cpp b/TelepathyQt4Yell/Models/contact-model-item.cpp
index 2d5e070..a943629 100644
--- a/TelepathyQt4Yell/Models/contact-model-item.cpp
+++ b/TelepathyQt4Yell/Models/contact-model-item.cpp
@@ -308,7 +308,6 @@ struct TELEPATHY_QT4_YELL_MODELS_NO_EXPORT ContactModelItem::Private
mCallContactCaps(contact->capabilities().allClassSpecs(),
contact->capabilities().isSpecificToContact())
{
- qDebug() << __FILE__ << ":" << __LINE__;
}
Tp::ContactPtr mContact;