Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Mar 28, 2024
1 parent c458f89 commit 47b874a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/houdini/src/lib/router/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ async function add_view(args: {
}) {
const target = args.type === 'page' ? args.project.pages : args.project.layouts
const queries = await extractQueries(args.contents)
console.log({ queries })

// look for any queries that we are asking for that aren't available
const missing_queries = queries.filter((query) => !args.queries.includes(query))
if (missing_queries.length > 0) {
Expand Down

0 comments on commit 47b874a

Please sign in to comment.