Removed console.log call that was left in.

This commit is contained in:
Jeremy-Z 2026-05-11 11:18:45 -04:00
parent f39e82a3ab
commit 3c33fadc3b

View file

@ -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);