Skip to content
Snippets Groups Projects
Unverified Commit 2e0a28cc authored by Bye's avatar Bye
Browse files

remove debug info

parent ee83f8ba
Branches
No related tags found
No related merge requests found
...@@ -26,7 +26,6 @@ class Canvas { ...@@ -26,7 +26,6 @@ class Canvas {
} }
drawImage(image, x, y, width = image.width, height = image.height) { drawImage(image, x, y, width = image.width, height = image.height) {
console.debug("drawImage", image, x, y, width, height);
this.ctx.drawImage(image, x-this.cX, y-this.cY, width, height); this.ctx.drawImage(image, x-this.cX, y-this.cY, width, height);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment