Skip to content

Commit 09260c2

Browse files
committed
remove debug log
1 parent b40a259 commit 09260c2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/clients/shared/parser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ export function getScope(
133133
}
134134

135135
export function getCommentBoundsList(document: vscode.TextDocument) {
136-
console.log("test");
137136
let text = document.getText();
138137
let commentBounds: models.CommentBounds[] = [];
139138
let inComment = false;

0 commit comments

Comments
 (0)