Skip to content

Commit c2831fe

Browse files
committed
remove notification
1 parent f8c91ed commit c2831fe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/plus/webviews/graph/graphWebview.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -727,14 +727,6 @@ export class GraphWebviewProvider implements WebviewProvider<State, State, Graph
727727
);
728728
}
729729

730-
void window.showInformationMessage(
731-
`You can now preview local Pro features for 1 day${
732-
consumedDays.length + 1 < proPreviewLengthInDays
733-
? `, up to ${proPreviewLengthInDays - (consumedDays.length + 1)} more days`
734-
: ''
735-
}, or [start your free ${proTrialLengthInDays}-day Pro trial](command:gitlens.plus.signUp "Start Pro Trial") for full access to Pro features.`,
736-
);
737-
738730
void this.notifyDidSetFeaturePreviewTrial();
739731
}
740732

0 commit comments

Comments
 (0)