Skip to content

Commit ba2b290

Browse files
committed
remove notification
1 parent a67df57 commit ba2b290

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
@@ -725,14 +725,6 @@ export class GraphWebviewProvider implements WebviewProvider<State, State, Graph
725725
);
726726
}
727727

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

0 commit comments

Comments
 (0)