From b7ecc1301bd1dbded5cdd11d02d4e1beef05c78c Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Fri, 5 Jun 2015 15:56:27 +0200 Subject: [PATCH] Removed useless logs --- js/prototype/Coin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/prototype/Coin.js b/js/prototype/Coin.js index 41bd125..1865d69 100644 --- a/js/prototype/Coin.js +++ b/js/prototype/Coin.js @@ -21,7 +21,6 @@ Coin.image = new Image(); Coin.image.src = '/static/img/redcoin.png'; Coin.update = function() { - console.log("ok"); Coin.domElement.width = Coin.domElement.width; Coin.ctx.drawImage(Coin.image,200,25,30,30);