Skip to content

Commit

Permalink
[FE][Fix] console.log 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
leedongyull committed Dec 5, 2024
1 parent a8be79f commit 1ccfcfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/AddChannel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export const AddChannel = () => {
}, []);

useEffect(() => {
console.log(users);
if (users.length === 0) {
addUser(); // users가 비어있다면 기본 사용자 추가
}
Expand Down

0 comments on commit 1ccfcfb

Please sign in to comment.