Skip to content

Commit

Permalink
fix: remove console.log (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored Mar 30, 2023
1 parent 1167552 commit 55839fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lwc-language-server/src/javascript/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export function toVSCodeRange(babelRange: SourceLocation): Range {
}

export function extractAttributes(metadata: Metadata, uri: string): { privateAttributes: AttributeInfo[]; publicAttributes: AttributeInfo[] } {
console.log('I hit here');
const publicAttributes: AttributeInfo[] = [];
const privateAttributes: AttributeInfo[] = [];
for (const x of getProperties(metadata)) {
Expand Down

0 comments on commit 55839fb

Please sign in to comment.