Remove TODO

This commit is contained in:
Luke Murphy 2020-02-11 13:56:49 +01:00
parent ba18bf68da
commit f7dcccef69
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

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