mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-19 20:48:09 +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["unreadMessagesCount"] = chatRoom->getUnreadMessagesCount();
|
||||
|
||||
qInfo() << QStringLiteral("Add sip address: `%1`.").arg(map["sipAddress"].toString());
|
||||
mSipAddresses[sipAddress] = map;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue