Removed useless logs
This commit is contained in:
parent
a790c72867
commit
b7ecc1301b
1
js/prototype/Coin.js
vendored
1
js/prototype/Coin.js
vendored
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user