Skip to content

Commit c575688

Browse files
committed
Remove unused function call in welcome message service
1 parent 512b579 commit c575688

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/welcome-message-service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ export function showWelcomeMessage(context: vscode.ExtensionContext) {
1212
const previousVersion = getPreviousVersion(context);
1313
const currentVersion = getCurrentVersion();
1414

15-
showDevWorkspaceProNoticeForDdevWorkspaces(context, 'abcdefghi');
16-
1715
context.globalState.update(ExtensionConstants.globalVersionKey, currentVersion);
1816

1917
if (!previousVersion) {

0 commit comments

Comments
 (0)