Merge branch 'main' into develop
Some checks failed
Deploy To Stage / build (push) Failing after 41s
Deploy To Stage / deploy (push) Has been skipped

This commit is contained in:
Ethan Lane 2025-04-25 09:14:38 +01:00
commit d8ed64e701

View file

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