diff options
Diffstat (limited to 'ext/js/display/display.js')
-rw-r--r-- | ext/js/display/display.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/js/display/display.js b/ext/js/display/display.js index 6e1450c3..9c2d97f2 100644 --- a/ext/js/display/display.js +++ b/ext/js/display/display.js @@ -2027,6 +2027,7 @@ export class Display extends EventDispatcher { } } + // eslint-disable-next-line no-console console.log(result); } |