Skip to content

Commit

Permalink
fix: remove console.log (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Nov 20, 2024
1 parent e7f8e71 commit 10d70db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lovely-berries-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@assistant-ui/react": patch
---

fix: remove console.log
1 change: 0 additions & 1 deletion packages/react/src/api/ContentPartRuntime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export class ContentPartRuntimeImpl implements ContentPartRuntime {
) {}

public getState() {
console.log(this.contentBinding);
return this.contentBinding.getState();
}

Expand Down

0 comments on commit 10d70db

Please sign in to comment.