diff --git a/src/conference/handlers/remote-conference-list-event-handler.cpp b/src/conference/handlers/remote-conference-list-event-handler.cpp index 78ebc6947..9456be743 100644 --- a/src/conference/handlers/remote-conference-list-event-handler.cpp +++ b/src/conference/handlers/remote-conference-list-event-handler.cpp @@ -136,9 +136,7 @@ void RemoteConferenceListEventHandler::notifyReceived (const Content *notifyCont unique_ptr 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;