Skip to content

Commit

Permalink
Merge pull request #155 from OpenAssistantGPT/feat/handle-reference-s…
Browse files Browse the repository at this point in the history
…ources

feat: remove console log
  • Loading branch information
marcolivierbouch authored Nov 1, 2024
2 parents df98201 + 5658391 commit 04f6ac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/honest-lions-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openassistantgpt/ui': patch
---

feat: remove console log that is spamming the console
1 change: 0 additions & 1 deletion packages/ui/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ export function OpenAssistantGPTChat({
},
[setAttachments],

Check warning on line 225 in packages/ui/components/chat.tsx

View workflow job for this annotation

GitHub Actions / ESLint

React Hook useCallback has a missing dependency: 'uploadFile'. Either include it or remove the dependency array
);
console.log(annotationsFiles);

return (
<>
Expand Down

0 comments on commit 04f6ac2

Please sign in to comment.