From c765abc0380460a241f96ec931db203700c81b70 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 20 一月 2022 17:03:40 +0800 Subject: [PATCH] performance --- src/interface_bus_api.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/interface_bus_api.cpp b/src/interface_bus_api.cpp index f2e7cfe..65dd669 100644 --- a/src/interface_bus_api.cpp +++ b/src/interface_bus_api.cpp @@ -340,7 +340,7 @@ if (addr.ParseFromArray(remote, remote_len)){ if (!addr.ip().empty() && addr.port() > 0){ url = "tcp://" + addr.ip() + ":" + to_string(addr.port()); - printf("======>> BHRequest use remote address %s\n", url.c_str()); + // printf("======>> BHRequest use remote address %s\n", url.c_str()); } } } -- Gitblit v1.8.0