diff --git a/src/service/extapi_service.cpp b/src/service/extapi_service.cpp index 1c6b878..18dd10d 100644 --- a/src/service/extapi_service.cpp +++ b/src/service/extapi_service.cpp @@ -138,7 +138,6 @@ void ExtAPIService::initialize() { // On Data From Channel DataChannelMgr::regOnChannelData([this](IDataChannel *fromch, bool binary, const char *data, size_t len) { - logger->info("ondata from channel {}", fromch->getChannelName()); list> clients; WbesocketConnectMgrService::findClientByName(fromch->getChannelName(), clients); WbesocketConnectMgrService::findClientByName(fromch->getAlias(), clients);