mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-22 16:06:50 +00:00
fix: remove console
This commit is contained in:
@@ -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;
|
||||||
}, []);
|
}, []);
|
||||||
|
|||||||
Reference in New Issue
Block a user