We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301ab14 commit 22a1fb9Copy full SHA for 22a1fb9
ydb/core/viewer/viewer_autocomplete.h
@@ -138,7 +138,6 @@ class TJsonAutocomplete : public TViewerPipeClient {
138
TRequestResponse<TEvTxProxySchemeCache::TEvNavigateKeySetResult> MakeRequestSchemeCacheNavigate() {
139
auto request = std::make_unique<NSchemeCache::TSchemeCacheNavigate>();
140
for (const TString& path : Paths) {
141
- Cerr << "Looking into " << path << Endl;
142
NSchemeCache::TSchemeCacheNavigate::TEntry entry;
143
entry.Operation = NSchemeCache::TSchemeCacheNavigate::OpList;
144
entry.SyncVersion = false;
0 commit comments