Skip to content

Commit

Permalink
remove redundant console statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dafengzhen committed Mar 17, 2024
1 parent 3413588 commit 23229c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/app/[locale]/admin/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export function Providers({
const [selectedMenu, setSelectedMenu] = useState<IMenu>();
const [selectedSubmenu, setSelectedSubmenu] = useState<ISubmenu>();

console.log(menus);

return (
<AdminContext.Provider
value={{
Expand Down

0 comments on commit 23229c6

Please sign in to comment.