Removed console

This commit is contained in:
Andrew Cherytsya
2017-03-07 16:09:49 +02:00
parent 1d5dca063e
commit a1854f43dd

View File

@@ -194,7 +194,7 @@
canvas.width = width;
canvas.height = height;
}
console.log(transform);
// transform context before drawing image
switch (transform) {
case 2: ctx.transform(-1, 0, 0, 1, width, 0); break;