diff options
author | babenko <babenko@yandex-team.com> | 2025-01-22 18:54:15 +0300 |
---|---|---|
committer | babenko <babenko@yandex-team.com> | 2025-01-22 19:15:25 +0300 |
commit | d2ba8273adb9a86cc6aea9d4e2b0d68a54bf7863 (patch) | |
tree | bd585a47cc9bc690145d9418268a178ffa1981cf /yt | |
parent | db3ad96995f95db90e6d65dc564caecd089ff82e (diff) | |
download | ydb-d2ba8273adb9a86cc6aea9d4e2b0d68a54bf7863.tar.gz |
Remove garbage from logs
commit_hash:8b29f1935859366e569064094779d8f848c781ef
Diffstat (limited to 'yt')
-rw-r--r-- | yt/yt/core/bus/tcp/dispatcher_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/yt/core/bus/tcp/dispatcher_impl.cpp b/yt/yt/core/bus/tcp/dispatcher_impl.cpp index c5cb88624b..543bfac8e8 100644 --- a/yt/yt/core/bus/tcp/dispatcher_impl.cpp +++ b/yt/yt/core/bus/tcp/dispatcher_impl.cpp @@ -379,7 +379,6 @@ ILocalMessageHandlerPtr TTcpDispatcher::TImpl::FindLocalBypassMessageHandler(con } if (!Config_.Acquire()->EnableLocalBypass) { - YT_LOG_INFO("XXX disabled %v", address); return nullptr; } |