Skip to content

Commit e76768e

Browse files
committed
remove console.log
1 parent c5f45c3 commit e76768e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/app/typeahead/typeahead.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ const TypeaheadInner: React.FC<Omit<TypeaheadProps, "isOpen">> = ({
170170

171171
useEffect(() => {
172172
const handleClickOutside = (event: MouseEvent) => {
173-
console.log("TYPEAHEAD handleClickOutside");
174173
if (dropdownRef.current && !dropdownRef.current.contains(event.target as Node)) {
175174
onClose();
176175
}

0 commit comments

Comments
 (0)