diff --git a/src/pages/auth/components/RegisterStep2.tsx b/src/pages/auth/components/RegisterStep2.tsx
index 483bec2..4cf4c09 100644
--- a/src/pages/auth/components/RegisterStep2.tsx
+++ b/src/pages/auth/components/RegisterStep2.tsx
@@ -58,9 +58,6 @@ const RegisterStep2: FC = () => {
},
})
- console.log(formik.errors);
-
-
return (
diff --git a/src/shared/SideBar.tsx b/src/shared/SideBar.tsx
index ee8859d..16f27e0 100644
--- a/src/shared/SideBar.tsx
+++ b/src/shared/SideBar.tsx
@@ -29,7 +29,6 @@ const SideBar: FC = () => {
useEffect(() => {
const split = location.pathname.split('/')
- console.log('split', split);
if (SideBarItemHasSubMenu.includes(split[1])) {