Commit 04455a4b authored by Joel's avatar Joel

remove debug code

parent 7735660f
......@@ -154,13 +154,11 @@ const GenerationItem: FC<IGenerationItemProps> = ({
setCompletionRes('')
}
}, [controlClearMoreLikeThis])
console.log('code on')
// regeneration clear child
useEffect(() => {
if (isLoading)
console.log('loading')
setChildMessageId(null)
setChildMessageId(null)
}, [isLoading])
return (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment