Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Jan 24, 2023
1 parent 2bbaa7a commit 14cd09f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/houdini/src/codegen/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export async function runPipeline(config: Config, docs: CollectedGraphQLDocument
docs
)
} catch (e) {
console.log(e)
error = e as Error
}

Expand Down

0 comments on commit 14cd09f

Please sign in to comment.