Skip to content

Commit

Permalink
remove all dev logging
Browse files Browse the repository at this point in the history
  • Loading branch information
brunostjohn committed Nov 14, 2024
1 parent 3e36ac1 commit 5117bda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lib/components/chat/RelatedVideos.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
}
const { results }: Props = $props();
$inspect(results);
</script>

<div class="mb-6 grid grid-cols-2 gap-2">
Expand Down
1 change: 0 additions & 1 deletion src/lib/components/chat/hooks.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export const useStreamedResponse = ({

for (const val of parsed) {
if (val.type === "doneResponse") {
console.log("got done!");
isNotDone = false;
}
if (val.type === "response") {
Expand Down

0 comments on commit 5117bda

Please sign in to comment.