Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Salah Eddine Lalami committed Oct 31, 2023
1 parent 210d7bb commit 64ddd7d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/src/apps/components/HeaderContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ import { BASE_URL } from '@/config/serverApiConfig';
import useLanguage from '@/locale/useLanguage';
import SelectLanguage from '@/components/SelectLanguage';

// async function asyncCaller(value) {
// const result = await checkImage(value);
// console.log('🚀 ~ file: HeaderContent.jsx:22 ~ asyncCaller ~ result:', result);
// return result;
// }

export default function HeaderContent() {
const currentAdmin = useSelector(selectCurrentAdmin);
const { Header } = Layout;
Expand Down

0 comments on commit 64ddd7d

Please sign in to comment.