Skip to content

Commit

Permalink
Remove logs (HoudiniGraphql#796)
Browse files Browse the repository at this point in the history
* remove accidental logs

* changeset
  • Loading branch information
AlecAivazis authored and endigma committed Nov 10, 2024
1 parent 7089a24 commit e02135f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/poor-peaches-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'houdini': patch
---

Remove logs from vite processor
2 changes: 0 additions & 2 deletions packages/houdini/src/vite/ast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ export function find_exported_fn(
body: Statement[],
name: string
): FunctionDeclaration | FunctionExpression | ArrowFunctionExpression | null {
console.log(body)
for (const statement of body) {
console.log(statement)
if (statement.type !== 'ExportNamedDeclaration') {
continue
}
Expand Down

0 comments on commit e02135f

Please sign in to comment.