Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanseddon committed Dec 2, 2024
1 parent 545f955 commit 42d9638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function App() {
const textareaRef = useRef<null | HTMLTextAreaElement>(null);

const inputLength = input.trim().length;
console.log(fileMetadata);

useEffect(() => {
// Scroll to the bottom whenever messages change
Expand Down

0 comments on commit 42d9638

Please sign in to comment.