Skip to content

Commit

Permalink
refactor: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonlunn committed Dec 7, 2024
1 parent 973e065 commit ba8107a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/(default)/climb/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export default async function Page ({ params }: PageWithCatchAllUuidProps): Prom
id, name, type, ancestors, pathTokens, parent
} = climb

console.log('parent', parent.uuid);


const correctSlug = getFriendlySlug(name)

if (correctSlug !== userProvidedSlug) {
Expand Down

0 comments on commit ba8107a

Please sign in to comment.