fix: remove console

This commit is contained in:
Li Xin 2025-04-30 19:47:47 +08:00
parent d202685838
commit 3ef36b95f6

View File

@ -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;
}, []); }, []);