Chore: remove a console log statement and update a console error message prefix.

This commit is contained in:
Suherdy Yacob 2026-03-16 17:27:38 +07:00
parent bff3b53fcb
commit 6272b9df6f

View File

@ -4,8 +4,6 @@ import { patch } from "@web/core/utils/patch";
import { PDFIframe } from "@sign/components/sign_request/PDF_iframe";
import { SignablePDFIframe } from "@sign/components/sign_request/signable_PDF_iframe";
console.log("Sign Image Field: Initializing stateless CSS-forced visibility patches...");
/**
* Stateless Bridge Restoration & Universal Force-Show
* Odoo re-uses and hides iframes when switching between multiple documents in one session.
@ -202,7 +200,7 @@ patch(PDFIframe.prototype, {
}
return result;
} catch (error) {
console.error("[Odoo PDF Fix] Error during refreshSignItemsForPage:", error);
console.error("Sign Image Field: Error during refreshSignItemsForPage:", error);
}
}
});