Skip to content

Commit

Permalink
Remove unused code in script-parser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marklundin committed Oct 9, 2024
1 parent 50f2744 commit 0a56902
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parsers/script-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ export class ScriptParser {
return attributes;
}

// const buffer = node.getSourceFile().getFullText();

// Find "/** */" style comments associated with this node.
const comments = getJSDocCommentRanges(node, this.typeChecker);

Expand Down

0 comments on commit 0a56902

Please sign in to comment.