Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kühnlein committed Feb 15, 2024
1 parent 0f7ef25 commit d9478d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/app/api/download/[slug]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export async function GET(
.skip(Number(page) * Number(limit))
.limit(Number(limit))
.toArray();
console.log("recoreds", records, limit, page);
return NextResponse.json({
records,
pages: totalPages,
Expand Down

0 comments on commit d9478d3

Please sign in to comment.