Skip to content

Commit

Permalink
removed console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianca Wentzel committed Sep 26, 2024
1 parent 024a422 commit 8c12c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/Containers/FrevaGPT/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const ChatBot = () => {
// response of a new bot request is streamed
const response = await fetch(`/api/chatbot/getthread?` + helper.objectToQueryString(queryObject));
const variantArray = await response.json();
console.log(variantArray);
setConversation(variantArray);
}

Expand Down

0 comments on commit 8c12c01

Please sign in to comment.