Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsuuu committed Nov 8, 2023
1 parent 219efa8 commit f1a9c7c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/custom-elements-languageserver-core/src/cem/analyzer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ export interface AnalyzerOutput {

export async function analyzeLocalProject(basePath: string): Promise<AnalyzerOutput> {

// console.log("Building manifest for project ", project.getCurrentDirectory());


const pattern = `./**/*.(${FILE_TYPES_TO_MATCH.join("|")})`
let filesForAnalyzer: string[] = [];
try {
Expand Down

0 comments on commit f1a9c7c

Please sign in to comment.