From 4726341ec849d9f1e45ab505ee3de7080df1cb07 Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Tue, 30 Apr 2024 22:01:29 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(inputGlobalComponent/index.tsx)?= =?UTF-8?q?:=20remove=20unnecessary=20console.log=20statement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/components/inputGlobalComponent/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/frontend/src/components/inputGlobalComponent/index.tsx b/src/frontend/src/components/inputGlobalComponent/index.tsx index 0f0097fcf..d86d41c86 100644 --- a/src/frontend/src/components/inputGlobalComponent/index.tsx +++ b/src/frontend/src/components/inputGlobalComponent/index.tsx @@ -85,9 +85,6 @@ export default function InputGlobalComponent({ }); } } - - console.log(data.node?.template[name], data.node?.template[name].password); - return (