Skip to content

Commit

Permalink
fix: remove console log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ndv99 committed Apr 30, 2024
1 parent 8ab4057 commit c671a02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/elements/LimitedInput/LimitedInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const LimitedInput = ({

useEffect(() => {
if (inputWrapper) {
console.log("AHAHAHAHAHHA");
if (props.label) {
inputWrapper.setAttribute(
"style",
Expand Down

0 comments on commit c671a02

Please sign in to comment.