mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-20 19:59:06 +08:00
fix: remove console
This commit is contained in:
parent
d202685838
commit
3ef36b95f6
@ -51,7 +51,6 @@ export function MessagesBlock({ className }: { className?: string }) {
|
|||||||
[feedback],
|
[feedback],
|
||||||
);
|
);
|
||||||
const handleCancel = useCallback(() => {
|
const handleCancel = useCallback(() => {
|
||||||
console.info("cancel");
|
|
||||||
abortControllerRef.current?.abort();
|
abortControllerRef.current?.abort();
|
||||||
abortControllerRef.current = null;
|
abortControllerRef.current = null;
|
||||||
}, []);
|
}, []);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user