diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index 97bb366..facfe8b 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -586,10 +586,7 @@ function draw() { // generate a new shape after a sound recording if (newSoundJustRecorded === true) { let limits = gardenOfflineLimits(); - console.log("limits are:"); - console.log(limits); if (limits === false) { - console.log("making another one!"); // build a new copy of the recording to store on the shape object let soundBlob = recording.getBlob(); let data = new p5.File(soundBlob);