Skip to content

Commit

Permalink
♻️Refactor - 세미나 디테일 페이지 conolse log 삭제 #40
Browse files Browse the repository at this point in the history
  • Loading branch information
bianbbc87 committed May 5, 2024
1 parent 81224f0 commit d7be3af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/seminar/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { changePathtoNumber } from '@/hooks/seminar/changePathtoNumber';
const SeminarDetailPage = () => {
const pathname = usePathname();
let id = changePathtoNumber(pathname);
console.log(id);

let data: SeminarThumnail | undefined;

Expand Down

0 comments on commit d7be3af

Please sign in to comment.