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:
parent
5174956548
commit
8b24c6880a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user