Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevcody committed Apr 25, 2024
1 parent d72bcd5 commit 1030bb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/roadmap/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export default async function RoadmapPage() {
`https://projectplannerai.com/api/roadmap?projectId=j57crafbck4rdrfsp64ydym2tx6j2b83`
).then(async (res) => res.json() as Promise<Roadmap[]>);

console.log({ roadmapItems });

return (
<div className="container max-w-5xl mx-auto">
<div className="flex flex-row justify-between mb-8">
Expand Down

0 comments on commit 1030bb4

Please sign in to comment.