diff options
author | hcpp <hcpp@yandex-team.ru> | 2022-03-29 14:36:47 +0300 |
---|---|---|
committer | hcpp <hcpp@yandex-team.ru> | 2022-03-29 14:36:47 +0300 |
commit | 5f65d38427c0df2cc82db30c0363c6aa5d4d856e (patch) | |
tree | 01d087ccf202e5376e0ac5d2a1f15820268ae1e8 | |
parent | 1f1ebe2439764b4ec8453b23adc4ce16b123f945 (diff) | |
download | ydb-5f65d38427c0df2cc82db30c0363c6aa5d4d856e.tar.gz |
cleanup
ref:80442ba4e3e346a5133502e702a1ad3361a78575
-rw-r--r-- | ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_queries.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_queries.cpp b/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_queries.cpp index 04826e1a484..7f9b5436620 100644 --- a/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_queries.cpp +++ b/ydb/core/yq/libs/control_plane_storage/ydb_control_plane_storage_queries.cpp @@ -231,7 +231,6 @@ void TYdbControlPlaneStorageActor::Handle(TEvControlPlaneStorage::TEvCreateQuery continue; } - Cerr << "PAM: " << binding.content().connection_id() << Endl; *queryInternal.add_binding() = binding; } } |