Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Oct 11, 2024
1 parent 0bce914 commit 45a6264
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/blueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ const createRoutes = async (
([path]) => isFakeData || path.startsWith(targetPath),
)

console.log('🚀 ~ pathEntries:', pathEntries)

for (const [path, pathItem] of pathEntries) {
const namespace = getNamespace(path, paths)

Expand Down

0 comments on commit 45a6264

Please sign in to comment.