diff --git a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx index f676aa983..cef323b0e 100644 --- a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx +++ b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx @@ -495,7 +495,6 @@ const getNewDocumentButtonState = (editorState: ViewModels.DocumentExplorerState const _loadNextPageInternal = ( iterator: QueryIterator, ): Promise => { - TelemetryProcessor.traceStart(Action.ExecuteQuery); return iterator.fetchNext().then((response) => response.resources); };