removing rogue console.log
This commit is contained in:
parent
ebeaac3c5f
commit
94bcfb11de
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ import { registerSound, getAudioContext } from './superdough.mjs';
|
|||
import { getOscillator, gainNode, getEnvelope } from './helpers.mjs';
|
||||
|
||||
const mod = (freq, range = 1, type) => {
|
||||
console.log(type)
|
||||
const ctx = getAudioContext();
|
||||
const osc = ctx.createOscillator();
|
||||
osc.type = type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue