Skip to content
Snippets Groups Projects
Commit c305e7b5 authored by Stepan Salenikovich's avatar Stepan Salenikovich Committed by Alexandre Viau
Browse files

remove "creating messaging model for call" log


It is being called on every incoming message, which doesn't make
sense.

Reviewed-by: default avatarAlexandre Viau <alexandre@alexandreviau.net>
Change-Id: I7a0859f6c2f9e79984737a99ad79ab1bf95463d7
parent 982996e3
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,6 @@ void IMConversationManagerPrivate::newMessage(const QString& callId, const QStri ...@@ -164,7 +164,6 @@ void IMConversationManagerPrivate::newMessage(const QString& callId, const QStri
} }
} }
qDebug() << "Creating messaging model for call" << callId;
Media::Text* media = call->firstMedia<Media::Text>(Media::Media::Direction::IN); Media::Text* media = call->firstMedia<Media::Text>(Media::Media::Direction::IN);
if (!media) { if (!media) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment