From 72d3516a3b544e3003268364f0b779f1c7a3b037 Mon Sep 17 00:00:00 2001 From: Navin Moorthy Date: Thu, 14 Jul 2022 16:22:49 +0530 Subject: [PATCH] =?UTF-8?q?revert(input):=20=E2=8F=AA=EF=B8=8F=20remove=20?= =?UTF-8?q?console=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/input/InputProps.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/input/InputProps.tsx b/src/input/InputProps.tsx index 66f26262..a7ab4a70 100644 --- a/src/input/InputProps.tsx +++ b/src/input/InputProps.tsx @@ -70,9 +70,8 @@ export const useInputProps = ({ let key = ""; const prefixElement = prefixRef.current; - console.log("%cprefixElement", "color: #007300", prefixElement); const suffixElement = suffixRef.current; - console.log("%csuffixElement", "color: #006dcc", suffixElement); + if (uiProps.prefix && prefixElement) { key = "paddingLeft";