Skip to content

Commit

Permalink
#319 πŸ”₯ remove: console.log 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghw committed Dec 10, 2022
1 parent f9c5207 commit 328845e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/pages/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const Main = () => {
};

const observerSet = () => {
console.log('μž‘λ™');
const observer = new IntersectionObserver(obsHandler, { threshold: 1 });
if (observerRef.current) observer.observe(observerRef.current);
return () => {
Expand Down

0 comments on commit 328845e

Please sign in to comment.