Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtterlord committed May 7, 2023
1 parent e57a63d commit 5001721
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/integrations/sitemap/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ const createPlugin = (options?: SitemapOptions): AstroIntegration => {
return;
}

console.log(pageUrls, routeUrls);
pageUrls = Array.from(new Set([...pageUrls, ...routeUrls, ...(customPages ?? [])]));

if (pageUrls.length === 0) {
Expand Down

0 comments on commit 5001721

Please sign in to comment.