Skip to content

Commit 1ef2ea5

Browse files
committed
remove comment.
1 parent c792dcd commit 1ef2ea5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

refact-agent/gui/src/hooks/useSendChatRequest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ export const useSendChatRequest = () => {
307307
);
308308

309309
const confirmToolUsage = useCallback(() => {
310-
// of either way it aborts, shouldn't it just abort before asking?
311310
abort();
312311
dispatch(
313312
clearPauseReasonsAndHandleToolsStatus({
@@ -321,7 +320,6 @@ export const useSendChatRequest = () => {
321320

322321
const rejectToolUsage = useCallback(() => {
323322
abort();
324-
325323
dispatch(
326324
clearPauseReasonsAndHandleToolsStatus({
327325
wasInteracted: true,

0 commit comments

Comments
 (0)