Skip to content

Commit

Permalink
cleanup: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongitmail committed Oct 18, 2023
1 parent 9e44d7d commit 19b0574
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export async function response({
if (sort === 'alpha') paths.sort();

const totalPages = Math.ceil(paths.length / maxPerPage);
console.log('page', page);

let body;
if (!page) {
Expand Down

0 comments on commit 19b0574

Please sign in to comment.