remove debugger

This commit is contained in:
shubhammehrotra.symfony@webkul.com 2020-03-19 16:44:12 +05:30
parent c80bf519e8
commit 9f45675399
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@
}
})
.catch(error => {
debugger
console.log(this.__('error.something_went_wrong'));
})
},