Skip to content

Commit

Permalink
remove debug log for dialogueList in InputPredict component
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Nov 9, 2024
1 parent f35253c commit 660b9fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/InputPredict/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export const InputPredict: React.FC<{
const [requesting, setRequesting] = useState(false);
const [suggests, setSuggests] = useState<string[] | undefined>(undefined);

console.log("pastMessages", dialogueList);

useEffect(() => {
if (requesting) {
return;
Expand Down

0 comments on commit 660b9fb

Please sign in to comment.