Skip to content

Commit 7987130

Browse files
author
Noam Kfir
committed
Remove SetCustomStartTimeAction
1 parent 70a766e commit 7987130

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/views/codeAnalytics/codeAnalyticsView.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ class CodeAnalyticsViewProvider implements vscode.WebviewViewProvider,vscode.Dis
185185
this._channel.consume(UiMessage.Notify.OpenHistogramPanel, this.onOpenHistogramRequested.bind(this));
186186
this._channel.consume(UiMessage.Notify.OpenTracePanel, this.onOpenTracePanel.bind(this));
187187

188-
this._actions.push(new SetCustomStartTimeAction(this._analyticsProvider, this._webViewUris, this._channel));
189-
190188
const listViewItemsCreator = new InsightListViewItemsCreator();
191189
listViewItemsCreator.setUknownTemplate(new UnknownInsightInsight(this._webViewUris));
192190
listViewItemsCreator.add("HotSpot", new HotspotListViewItemsCreator(this._webViewUris));

0 commit comments

Comments
 (0)