Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Mar 18, 2018
1 parent 09e74df commit 1add87d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/flowDiagnostics.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ async function requestDiagnostics(context: ExtensionContext, document: TextDocum

try {
let diagnostics = await getDocumentDiagnostics(context, document);
console.log(diagnostics);
if (pendingDiagnostics.get(id) === version) {
applyDiagnostics(diagnostics);
}
Expand Down

0 comments on commit 1add87d

Please sign in to comment.