Skip to content

Commit

Permalink
Removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
poratuk committed Mar 7, 2017
1 parent 1d5dca0 commit a1854f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/fileinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a1854f4

Please sign in to comment.