Skip to content

Commit

Permalink
Remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
curlyfriesplease committed Nov 25, 2024
1 parent 6d58256 commit 421cfd2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const TextInputWithDropdown = React.forwardRef(
}, [options.length, forceClosed, onChange]);

const closeDropdown = () => {
console.log('handleDropdownInstructionClick');
setForceClosed(true);
setActiveOption(-1);
};
Expand Down

0 comments on commit 421cfd2

Please sign in to comment.