Skip to content

Commit f6e0a17

Browse files
committed
Removes debugging call 🤦
1 parent 9c03cec commit f6e0a17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/extension.ts‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ export async function activate(context: ExtensionContext): Promise<GitLensApi |
109109
},
110110
});
111111

112-
void showWhatsNewMessage('17');
113-
114112
// Ensure that this pre-release version hasn't expired
115113
if (prerelease) {
116114
const v = fromString(gitlensVersion);

0 commit comments

Comments
 (0)