diff --git a/CHANGELOG.md b/CHANGELOG.md index cd346b92c..345a8a42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Notable changes to Mailpit will be documented in this file. +## [v1.10.4] + +### Fix +- Remove JS debug information for favicon + + ## [v1.10.3] ### Chore diff --git a/server/ui-src/components/Favicon.vue b/server/ui-src/components/Favicon.vue index 16fd280c6..cb57b0ec0 100644 --- a/server/ui-src/components/Favicon.vue +++ b/server/ui-src/components/Favicon.vue @@ -72,8 +72,6 @@ export default { fontSize = strlen > 3 ? 30 : 36 } - console.log(fontSize) - let canvas = document.createElement('canvas') canvas.width = 64 canvas.height = 64