mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-17 07:07:24 +01:00
Remove tracing call for documents tab filtering
This commit is contained in:
parent
cb1b76dd5b
commit
ffd5d75304
@ -495,7 +495,6 @@ const getNewDocumentButtonState = (editorState: ViewModels.DocumentExplorerState
|
||||
const _loadNextPageInternal = (
|
||||
iterator: QueryIterator<ItemDefinition & Resource>,
|
||||
): Promise<DataModels.DocumentId[]> => {
|
||||
TelemetryProcessor.traceStart(Action.ExecuteQuery);
|
||||
return iterator.fetchNext().then((response) => response.resources);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user