Skip to content

Commit

Permalink
refactor: avoid useless check
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Mar 29, 2019
1 parent 58d7033 commit 9c572f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ if (browserName === 'chrome') {
id: 'UA-78514802-2',
// In Chrome extension, must close checking protocol.
set: [{ field: 'checkProtocolTask', value: null }],
checkDuplicate: true,
router,
debug: {
sendHitTask: localStorage.getItem('analytics') !== 'false',
Expand Down

0 comments on commit 9c572f1

Please sign in to comment.