diff --git a/public_html/js/render.js b/public_html/js/render.js
index c4ac0e1..8b86ffc 100644
--- a/public_html/js/render.js
+++ b/public_html/js/render.js
@@ -213,8 +213,6 @@ class Render {
this.ctx.beginPath();
this.ctx.arc(player.x, player.y, 100, 0, 2 * Math.PI);
this.ctx.lineWidth = 2;
- this.ctx.strokeStyle = 'black';
- this.ctx.stroke();
}
}
}