Skip to content

Commit 79061ea

Browse files
Remove console log
1 parent 6b494a0 commit 79061ea

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
@@ -22,8 +22,6 @@ import * as path from 'path';
2222
// this method is called when the extension is activated
2323
export async function activate(context: vscode.ExtensionContext) {
2424

25-
console.log('test...');
26-
2725
if(context.globalState.get<boolean>('ignoreDeprecatedConfig', false) !== true){
2826
checkSettings().then((ret) => {
2927
context.globalState.update('ignoreDeprecatedConfig', ret);

0 commit comments

Comments
 (0)