Removed useless logs
This commit is contained in:
parent
a790c72867
commit
b7ecc1301b
|
@ -21,7 +21,6 @@ Coin.image = new Image();
|
||||||
Coin.image.src = '/static/img/redcoin.png';
|
Coin.image.src = '/static/img/redcoin.png';
|
||||||
|
|
||||||
Coin.update = function() {
|
Coin.update = function() {
|
||||||
console.log("ok");
|
|
||||||
Coin.domElement.width = Coin.domElement.width;
|
Coin.domElement.width = Coin.domElement.width;
|
||||||
|
|
||||||
Coin.ctx.drawImage(Coin.image,200,25,30,30);
|
Coin.ctx.drawImage(Coin.image,200,25,30,30);
|
||||||
|
|
Loading…
Reference in New Issue