Skip to content

Commit

Permalink
♻️Refactor - 세미나 디테일 페이지 console 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
bianbbc87 authored May 4, 2024
1 parent a16aff3 commit 5b2c738
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 5b2c738

Please sign in to comment.