Skip to content

Commit

Permalink
remove cerr debug output (ydb-platform#10321)
Browse files Browse the repository at this point in the history
  • Loading branch information
adameat committed Oct 25, 2024
1 parent 8d0968e commit 6937a28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ydb/core/viewer/viewer_autocomplete.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ class TJsonAutocomplete : public TViewerPipeClient {
TRequestResponse<TEvTxProxySchemeCache::TEvNavigateKeySetResult> MakeRequestSchemeCacheNavigate() {
auto request = std::make_unique<NSchemeCache::TSchemeCacheNavigate>();
for (const TString& path : Paths) {
Cerr << "Looking into " << path << Endl;
NSchemeCache::TSchemeCacheNavigate::TEntry entry;
entry.Operation = NSchemeCache::TSchemeCacheNavigate::OpList;
entry.SyncVersion = false;
Expand Down

0 comments on commit 6937a28

Please sign in to comment.