Remove TODO
This commit is contained in:
parent
ba18bf68da
commit
f7dcccef69
@ -151,13 +151,6 @@ function gardenShapes() {
|
||||
axios
|
||||
.get(url, { responseType: "blob" })
|
||||
.then(function(response) {
|
||||
if (shapes.length >= 9) {
|
||||
// TODO
|
||||
console.log(
|
||||
"TODO: max shapes allowed, implement shape replacement"
|
||||
);
|
||||
}
|
||||
|
||||
let data = new p5.File(response.data);
|
||||
let sound = new p5.SoundFile(data, function() {
|
||||
let amp = sound.getPeaks(1)[0] * 100;
|
||||
|
Loading…
Reference in New Issue
Block a user