Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 6b8ee8a

Browse files
committed
lint
1 parent c2d4b52 commit 6b8ee8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/superdough/superdough.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ import { loadBuffer } from './sampler.mjs';
1717
export const soundMap = map();
1818

1919
export function registerSound(key, onTrigger, data = {}) {
20-
key = key.toLowerCase().replace(/\s+/g, '_')
21-
console.info(key, data)
20+
key = key.toLowerCase().replace(/\s+/g, '_');
2221
soundMap.setKey(key, { onTrigger, data });
2322
}
2423

0 commit comments

Comments
 (0)