Skip to content

Commit 6fc77d0

Browse files
committed
remove notification
1 parent 65d1187 commit 6fc77d0

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
@@ -719,14 +719,6 @@ export class GraphWebviewProvider implements WebviewProvider<State, State, Graph
719719
);
720720
}
721721

722-
void window.showInformationMessage(
723-
`You can now preview local Pro features for 1 day${
724-
consumedDays.length + 1 < proPreviewLengthInDays
725-
? `, up to ${proPreviewLengthInDays - (consumedDays.length + 1)} more days`
726-
: ''
727-
}, or [start your free ${proTrialLengthInDays}-day Pro trial](command:gitlens.plus.signUp "Start Pro Trial") for full access to Pro features.`,
728-
);
729-
730722
void this.notifyDidSetFeaturePreviewTrial();
731723
}
732724

0 commit comments

Comments
 (0)