Skip to content

Commit

Permalink
refactor: remove logs from API response
Browse files Browse the repository at this point in the history
  • Loading branch information
geeekgod committed Apr 14, 2023
1 parent 821a75f commit 73969a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/screens/ChatBot/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const ChatBot = () => {

const sendMessage = useCallback(async (message) => {
bloodLineApi.post('/chatbot', { query: message }).then((res) => {
console.log("Response from chatbot", res.data.response);
setMessages(previousMessages => GiftedChat.append(
previousMessages,
{
Expand Down

0 comments on commit 73969a1

Please sign in to comment.