From 5d8737c418440c5fe65c9558b748962a34876722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Mon, 29 Jan 2024 11:20:31 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ApiTestManager/src/components/PropertyTable.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ApiTestManager/src/components/PropertyTable.js b/ApiTestManager/src/components/PropertyTable.js index 7b7ce86..07b16d7 100644 --- a/ApiTestManager/src/components/PropertyTable.js +++ b/ApiTestManager/src/components/PropertyTable.js @@ -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 {