1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-16 02:47:11 +02:00

Fix: Remove JS debug information for favicon

This commit is contained in:
Ralph Slooten 2023-12-07 17:17:56 +13:00
parent b7d7be64fb
commit 701741a723

View File

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