removing rogue console.log

This commit is contained in:
Raphael Forment 2023-08-29 13:16:39 +02:00
parent ebeaac3c5f
commit 94bcfb11de

View File

@ -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;