diff --git a/packages/superdough/synth.mjs b/packages/superdough/synth.mjs index ee863192..4ef9ddb8 100644 --- a/packages/superdough/synth.mjs +++ b/packages/superdough/synth.mjs @@ -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;