Skip to content

Commit

Permalink
fix(sitemap): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Sep 20, 2024
1 parent 66425f1 commit 38d47d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/api/sitemap.xml/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export async function GET() {
.then((res) => res.json())
.catch((_) => [])

console.log("guilds")

const sitemap = `<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
${guilds
Expand Down

0 comments on commit 38d47d6

Please sign in to comment.