로그 제거

This commit is contained in:
현성필
2024-01-29 11:20:31 +09:00
parent 5c890d5843
commit 5d8737c418
@@ -127,11 +127,7 @@ class PropertyTableView {
const addButton = this.element.querySelector('.add_property');
if (addButton) {
console.log('Add button found'); // Check if the button is found
addButton.addEventListener('click', (event) => {
console.log(event)
console.log(this)
console.log('Add button clicked'); // Check if this gets logged on click
this.propertyTable.controller.addProperty();
});
} else {