Skip to content

Commit

Permalink
refactor: 콘솔 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
wo-o29 committed Oct 2, 2024
1 parent ed9418e commit e6faa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/trip-planner/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function TripPlannerPage() {
if (isPending) {
return <TripPlannerLoading />;
}
console.log(data);

return (
<>
<MetaData title="AI 여행 플래너 | FestiBook" />
Expand Down

0 comments on commit e6faa2a

Please sign in to comment.