Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Nov 21, 2019
1 parent 8b321ac commit 6488873
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/parsers/san-app-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export class SanAppParser {
if (!this.cache.has(sourceFile)) {
this.cache.set(sourceFile, this.doParseSanSourceFile(sourceFile))
}
console.log('cache size', this.cache.size)
return this.cache.get(sourceFile)
}

Expand Down

0 comments on commit 6488873

Please sign in to comment.