BTHLABS-0000: eslint.config.js fixes and code cleanup

This commit is contained in:
2025-09-13 09:05:29 +02:00
parent b15b48f702
commit 1a8c4bfebc
2 changed files with 1 additions and 3 deletions

View File

@@ -23,7 +23,6 @@
this.form = null;
}
onLoad = (event) => {
console.log('UI.InlineCreateSaveForm.onLoad()', event);
this.element = document.getElementById('InlineCreateSaveForm');
this.buttonTrigger = this.element.querySelector('.ui-inline-create-save-form-trigger');
this.buttonClose = this.element.querySelector('.ui-inline-create-save-form-close');