Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
rm console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbirtles committed May 5, 2019
1 parent 651e7fd commit db18746
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/TypeScriptPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ export class TypeScriptPlugin
{
documentChanges: fix.changes.map(change => {
let doc = docs.get(change.fileName);
console.log('found', change.fileName, !!doc);
if (!doc) {
doc = new TextDocument(
pathToUrl(change.fileName),
Expand Down

0 comments on commit db18746

Please sign in to comment.