Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
zackproser committed Feb 12, 2024
1 parent 944bf5c commit 2b87fcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/sitemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const excludeDirs = ['api'];
function getRoutes() {
const fullPath = path.join(process.cwd(), baseDir);
const entries = fs.readdirSync(fullPath, { withFileTypes: true });
console.log(`entries: ${entries.map((e) => console.log(`%o`, e))}`);
let routes = [];

entries.forEach(entry => {
Expand Down

0 comments on commit 2b87fcf

Please sign in to comment.