Skip to content

Commit 72d3516

Browse files
committed
revert(input): ⏪️ remove console logs
1 parent f5c3bf8 commit 72d3516

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/input/InputProps.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ export const useInputProps = ({
7070
let key = "";
7171

7272
const prefixElement = prefixRef.current;
73-
console.log("%cprefixElement", "color: #007300", prefixElement);
7473
const suffixElement = suffixRef.current;
75-
console.log("%csuffixElement", "color: #006dcc", suffixElement);
74+
7675
if (uiProps.prefix && prefixElement) {
7776
key = "paddingLeft";
7877

0 commit comments

Comments
 (0)