Skip to content

Commit

Permalink
fix(emmet-autocomplete): remove unneeded logging to aurelia output
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Lieben committed Apr 26, 2017
1 parent 2fa84d5 commit 1635b29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/CompletionItemFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export default class CompletionItemFactory {
return [];
}
let elementName = matches[2];
console.log(elementName);
return this.emmetCompletionFactory.create(elementName);
}

Expand Down

0 comments on commit 1635b29

Please sign in to comment.