Skip to content

Commit

Permalink
bad comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-danswer committed Nov 26, 2024
1 parent 7cf2d8f commit b9dfa26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/app/chat/ChatPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ export function ChatPage({
}
}
setIsFetchingChatMessages(false);
console.log("stuff", chatSession);

// if this is a seeded chat, then kick off the AI message generation
if (
Expand Down Expand Up @@ -1851,7 +1850,7 @@ export function ChatPage({
};

handleSlackChatRedirect();
}, [searchParams, router]); // Add any other dependencies needed
}, [searchParams, router]);

return (
<>
Expand Down

0 comments on commit b9dfa26

Please sign in to comment.