rm dead code

This commit is contained in:
Jade (Rose) Rowland 2025-09-22 00:12:48 -04:00
parent 82893ffc22
commit da926805b3
3 changed files with 1 additions and 14 deletions

View file

@ -1,6 +1,6 @@
import { effectSend, webAudioTimeout } from './helpers.mjs';
import { errorLogger } from './logger.mjs';
import {clamp} from './util.mjs'
import { clamp } from './util.mjs';
let hasChanged = (now, before) => now !== undefined && now !== before;