Skip to content

Commit 5439554

Browse files
committed
fix(extension.ts): Remove an unnecessary console.log
1 parent 1c57d1c commit 5439554

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
@@ -2,7 +2,6 @@
22
// Import the module and reference it with the alias vscode in your code below
33
import * as vscode from "vscode";
44
import { TagTreeView } from "./tag-tree-view";
5-
console.log("test");
65

76
// this method is called when your extension is activated
87
// your extension is activated the very first time the command is executed

0 commit comments

Comments
 (0)