mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 09:49:26 +00:00
remove useless log
This commit is contained in:
parent
ba7278f5b5
commit
76995b4a30
1 changed files with 0 additions and 2 deletions
|
|
@ -136,9 +136,7 @@ void RemoteConferenceListEventHandler::notifyReceived (const Content *notifyCont
|
|||
unique_ptr<Xsd::ConferenceInfo::ConferenceType> confInfo = Xsd::ConferenceInfo::parseConferenceInfo(data, Xsd::XmlSchema::Flags::dont_validate);
|
||||
|
||||
IdentityAddress entityAddress(confInfo->getEntity().c_str());
|
||||
lError() << entityAddress;
|
||||
ChatRoomId id(entityAddress, local);
|
||||
lError() << id;
|
||||
RemoteConferenceEventHandler *handler = findHandler(id);
|
||||
if (!handler)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue