Compare commits

..

No commits in common. "d8ed64e701be8664c7cdc9ea10f8436c98966a31" and "f38451a7b4fa0b7855a3b44bbad738dc7f01d5fd" have entirely different histories.

View file

@ -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);
} }
} }