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