Fix linting
This commit is contained in:
parent
d8ed64e701
commit
0669dfb0d0
2 changed files with 6 additions and 1 deletions
|
@ -68,7 +68,7 @@ export default class ImageHelper {
|
|||
|
||||
ctx.drawImage(image, imageX, imageY);
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
// TODO: Enable once we've investigated a fix
|
||||
//AppLogger.CatchError("ImageHelper", e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue