fix: remove dead DEBUG import from helpers.js
All checks were successful
check / check (push) Successful in 13s
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user