Skip to content

Commit

Permalink
remove console log from the code
Browse files Browse the repository at this point in the history
  • Loading branch information
anovazzi1 committed Jul 24, 2023
1 parent e659812 commit 37f56e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
</head>
<body style="width: 100vh; height: 100vh; ">
<langflow-chat window_title="Langflow Chat"
online="true"
online_message="We'll reply as soon as we can!"
offline_message="We can't reply right now!"
flow_id="d124776a-39ec-428e-9faa-169466cd6a38"
chat_inputs='{"chat":""}'
chat_input_field="chat"
Expand Down
1 change: 0 additions & 1 deletion src/chatWidget/chatWindow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export default function ChatWindow({
setValue("");
sendMessage(hostUrl, flowId, value, chat_inputs, chat_input_field, tweaks)
.then((res) => {
console.log(res);
if (
res.data &&
res.data.result &&
Expand Down

0 comments on commit 37f56e6

Please sign in to comment.