fix: remove dead DEBUG import from helpers.js
All checks were successful
check / check (push) Successful in 13s

The DEBUG constant from shared/constants was imported but never used.
updateDebugBanner() uses isDebug() from shared/log instead.

Closes #144
This commit is contained in:
clawbot
2026-03-17 20:29:14 -07:00
parent d6a6e24c4e
commit 5ad9e9d09d

View File

@@ -1,6 +1,5 @@
// Shared DOM helpers used by all views. // Shared DOM helpers used by all views.
const { DEBUG } = require("../../shared/constants");
const { isDebug } = require("../../shared/log"); const { isDebug } = require("../../shared/log");
const { const {
formatUsd, formatUsd,