Skip to content

Commit

Permalink
Use dev() log instead of console
Browse files Browse the repository at this point in the history
  • Loading branch information
ericandrewlewis committed Mar 4, 2019
1 parent bfc5b2e commit 1aa1604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/performance-impl.js
Expand Up @@ -237,7 +237,7 @@ export class Performance {
try {
observer.observe({entryTypes: entryTypesToObserve});
} catch (err) {
console/*OK*/.warn(err);
dev()/*OK*/.warn(err);
}
}

Expand Down

0 comments on commit 1aa1604

Please sign in to comment.