diff --git a/src/utils/warning.js b/src/utils/warning.js index 44aef6a2..cd1041c2 100644 --- a/src/utils/warning.js +++ b/src/utils/warning.js @@ -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 } }