remove useless log

This commit is contained in:
Benjamin Reis 2018-03-26 10:14:50 +02:00
parent ba7278f5b5
commit 76995b4a30

View file

@ -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;