Compare commits

...

2 commits

View file

@ -69,7 +69,8 @@ export default class ImageHelper {
ctx.drawImage(image, imageX, imageY); ctx.drawImage(image, imageX, imageY);
} }
catch (e) { catch (e) {
AppLogger.CatchError("ImageHelper", e); // TODO: Enable once we've investigated a fix
//AppLogger.CatchError("ImageHelper", e);
} }
} }