mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-27 19:06:22 +00:00
fix(SipAddressesModel): remove "Add sip address..." log
This commit is contained in:
parent
3a73610077
commit
fea0f7cb7e
1 changed files with 0 additions and 1 deletions
|
|
@ -511,7 +511,6 @@ void SipAddressesModel::initSipAddressesFromChat () {
|
||||||
map["timestamp"] = QDateTime::fromMSecsSinceEpoch(history.back()->getTime() * 1000);
|
map["timestamp"] = QDateTime::fromMSecsSinceEpoch(history.back()->getTime() * 1000);
|
||||||
map["unreadMessagesCount"] = chatRoom->getUnreadMessagesCount();
|
map["unreadMessagesCount"] = chatRoom->getUnreadMessagesCount();
|
||||||
|
|
||||||
qInfo() << QStringLiteral("Add sip address: `%1`.").arg(map["sipAddress"].toString());
|
|
||||||
mSipAddresses[sipAddress] = map;
|
mSipAddresses[sipAddress] = map;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue