Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Jan 4, 2024
1 parent 5a13d37 commit 1e89bf7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ export const createScene = createAsyncThunk('sm/createScene', async (_, thunk) =
}));
}

console.log(`${text} ${window.parent.location}`);
persona.conversationSend(`${text} ${window.parent.location}`);
// console.log(`${text} ${window.parent.location}`);
// persona.conversationSend(`${text} ${window.parent.location}`);

return thunk.dispatch(actions.addConversationResult({
source: 'user',
Expand Down

0 comments on commit 1e89bf7

Please sign in to comment.