Skip to content

Commit

Permalink
revert(input): ⏪️ remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jul 14, 2022
1 parent f5c3bf8 commit 72d3516
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/input/InputProps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 72d3516

Please sign in to comment.