Browse Source

Drop debug statements

offline
decentral1se 3 years ago
parent
commit
3b5a8924c2
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 3
      voicegardens/static/voicegardens.js

3
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);

Loading…
Cancel
Save