diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index f1fea26..ef1e7e2 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -605,7 +605,6 @@ function draw() { for (let i = 0; i < shapes.length; i++) { let shape = shapes[i]; - shape.hover(); shape.draw(); shape.move();