Merge pull request #1225 from Safelite/feature/jzimmerman/INSR-9648
INSR-9648: Removed console.log call that was left in.
This commit is contained in:
commit
5f9f6cc204
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ export default {
|
|||
}
|
||||
|
||||
if (error.response.status !== 404) {
|
||||
console.error("http call error - page: " + currentPageName + " - bailoutonError: " + bailoutOnError);
|
||||
const errorData = { method, url, payload, error };
|
||||
global.$logger.logError(`${method}: ${endpoint}`, errorData);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue