Skip to content

Commit

Permalink
refactor: 불필요한 console.log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
junhee1203 committed Nov 14, 2024
1 parent 8189f72 commit 0ce19c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/client/src/components/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { SideBarMenu } from '@/types/menu';
function Sidebar() {
const { activeMenu, isOpen, handleMenu } = useSideDraw();

console.log(isOpen)

type SideBarButtons = {
id: string;
icons: JSX.Element;
Expand Down

0 comments on commit 0ce19c1

Please sign in to comment.