Remove debug comment
This commit is contained in:
parent
6521115cb0
commit
50ea20db15
1 changed files with 5 additions and 5 deletions
10
src/main.js
10
src/main.js
|
|
@ -29,10 +29,10 @@ vueApp.mixin(analyticsMixin);
|
||||||
vueApp.mixin(experimentMixin);
|
vueApp.mixin(experimentMixin);
|
||||||
|
|
||||||
// Vue Error Handling
|
// Vue Error Handling
|
||||||
// vueApp.config.errorHandler = (err, vm, info) => {
|
vueApp.config.errorHandler = (err, vm, info) => {
|
||||||
// global.$logger.logError(
|
global.$logger.logError(
|
||||||
// `Page Name - ${vm.getPageName()} - ${info}: ${err.message}\n${err.stack}`
|
`Page Name - ${vm.getPageName()} - ${info}: ${err.message}\n${err.stack}`
|
||||||
// );
|
);
|
||||||
// };
|
};
|
||||||
|
|
||||||
vueApp.mount("#app");
|
vueApp.mount("#app");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue