diff --git a/js/Env.js b/js/Env.js index 6943119..1d289eb 100644 --- a/js/Env.js +++ b/js/Env.js @@ -108,7 +108,6 @@ export class Env { * Update the game logic */ update = () => { - console.log(s); this.animate(); this.render(); };