Skip to content

Commit

Permalink
Remove redundant console log statements
Browse files Browse the repository at this point in the history
Signed-off-by: Souptik Datta <[email protected]>
  • Loading branch information
Souptik2001 committed May 16, 2024
1 parent f0b8f59 commit e260bc5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/content-search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,6 @@ const ContentSearch: React.FC<ContentSearchProps> = ({
return;
}

console.log(searchContainer.current);
console.log(searchContainer.current?.contains(e.target as Node));
console.log(e.target);

setIsFocused(false);
});
}, []);
Expand Down

0 comments on commit e260bc5

Please sign in to comment.