Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Dec 12, 2023
1 parent bd7bf5d commit 8bfb08d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/routes/tutorials_.$slug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export async function loader(_: DataFunctionArgs) {
throw redirect(`/tutorials/${slug}`);
}

// let recommendations = _.context.services.tutorials.recommendations(slug);

let gh = new GitHub(_.context.env.GH_APP_ID, _.context.env.GH_APP_PEM);
let tutorial = await Tutorial.show(
{ gh, kv: _.context.kv.tutorials },
Expand Down

0 comments on commit 8bfb08d

Please sign in to comment.