Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Mar 4, 2024
1 parent deac23c commit bb2223a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/houdini/src/runtime/router/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export function _serverHandler<ComponentType = unknown>({

// find the matching url
const [match] = find_match(manifest, url)
console.log(url, match)

// call the framework-specific render hook with the latest session
const rendered = await on_render({
Expand Down

0 comments on commit bb2223a

Please sign in to comment.