Disable error for series helper temporarily
This commit is contained in:
parent
c4e345cc46
commit
812e36329c
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue