From 76995b4a3099bee84ab7c9efe9332a54000a4372 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Mon, 26 Mar 2018 10:14:50 +0200 Subject: [PATCH] remove useless log --- .../handlers/remote-conference-list-event-handler.cpp | 2 -- 1 file changed, 2 deletions(-) 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;