Skip to content

Commit

Permalink
remove debugger (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
riophae committed Aug 30, 2018
1 parent b4ca56f commit f986a8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/warning.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ export const warning = process.env.NODE_ENV === 'production'
const message = [ '[Vue-Treeselect Warning]' ].concat(complainer())
// eslint-disable-next-line no-console
console.error(...message)
// eslint-disable-next-line no-debugger
debugger
}
}

0 comments on commit f986a8d

Please sign in to comment.