prune sim: eslint fixes, do not define console

really not required nowadays, and we do not use it anyway here..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-07 13:31:09 +01:00
parent 5174956548
commit 8b24c6880a

View File

@ -1,10 +1,3 @@
// avoid errors when running without development tools
if (!Ext.isDefined(Ext.global.console)) {
var console = {
dir: function() {},
log: function() {},
};
}
Ext.onReady(function() {
const NOW = new Date();