Skip to content

Commit

Permalink
chore(usegetdynamicdata): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarmontuya committed Dec 22, 2023
1 parent a1b1ace commit 66069f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/revamp/ui/GetDemoSection/useGetDynamicData.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default function useGetDynamicData() {
const router = useRouter();
const { type } = router.query;

console.log(type);
useEffect(() => {
const getData = async () => {
const fetchedData = await fetchData();
Expand Down

0 comments on commit 66069f8

Please sign in to comment.