Skip to content

Commit e028d2d

Browse files
author
Akos Kitta
committed
fix: no console log
1 parent 8b026dc commit e028d2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ import { activateDebug } from './debug';
33
import { activateIno } from './ino';
44

55
export function activate(context: vscode.ExtensionContext): void {
6-
console.log('activate!!!');
76
context.subscriptions.push(activateIno(context), activateDebug(context));
87
}

0 commit comments

Comments
 (0)