Compare commits
No commits in common. "d8ed64e701be8664c7cdc9ea10f8436c98966a31" and "f38451a7b4fa0b7855a3b44bbad738dc7f01d5fd" have entirely different histories.
d8ed64e701
...
f38451a7b4
1 changed files with 1 additions and 2 deletions
|
@ -69,8 +69,7 @@ export default class ImageHelper {
|
||||||
ctx.drawImage(image, imageX, imageY);
|
ctx.drawImage(image, imageX, imageY);
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
// TODO: Enable once we've investigated a fix
|
AppLogger.CatchError("ImageHelper", e);
|
||||||
//AppLogger.CatchError("ImageHelper", e);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue