Removed useless logs

This commit is contained in:
Thomas FORGIONE 2015-06-05 15:56:27 +02:00
parent a790c72867
commit b7ecc1301b
1 changed files with 0 additions and 1 deletions

View File

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