Remove debug

This commit is contained in:
Jason Zimdars
2025-07-24 14:49:53 -05:00
parent 8c9d7d9d91
commit 1d6a60cd17
@@ -14,8 +14,6 @@ export default class extends Controller {
if (this.#available) {
const unreadCount = this.#unreadCount
console.log(unreadCount, this.unreadTargets)
if (unreadCount > 0) {
navigator.setAppBadge(unreadCount)
} else {