From a1854f43dd0d16b109ef5cbab4277fef110d8729 Mon Sep 17 00:00:00 2001 From: Andrew Cherytsya Date: Tue, 7 Mar 2017 16:09:49 +0200 Subject: [PATCH] Removed console --- js/fileinput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/fileinput.js b/js/fileinput.js index a2b1d2b6..80f57853 100644 --- a/js/fileinput.js +++ b/js/fileinput.js @@ -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;