From c2cc00574415c612e82f0955523d422f59594912 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 06 五月 2021 19:40:38 +0800 Subject: [PATCH] disable center console log. --- src/topic_node.cpp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/topic_node.cpp b/src/topic_node.cpp index c31cfc3..3883062 100644 --- a/src/topic_node.cpp +++ b/src/topic_node.cpp @@ -77,8 +77,6 @@ void TopicNode::Start(ServerAsyncCB const &server_cb, SubDataCB const &sub_cb, RequestResultCB &client_cb, int nworker) { - std::lock_guard<std::mutex> lk(mutex_); - if (!Init()) { SetLastError(eError, "BHome Node Not Inited."); return; -- Gitblit v1.8.0