Skip to content

Commit 973a3cf

Browse files
committed
chore: removed console.log
1 parent 7037a5b commit 973a3cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,6 @@ export const useSendChatRequest = () => {
268268
toolUse,
269269
maybeMode ?? threadMode ?? maybeConfigure,
270270
);
271-
console.log(
272-
`[DEBUG]: maybeMode: ${maybeMode}, threadMode: ${threadMode}, maybeConfigure: ${maybeConfigure}`,
273-
);
274271
dispatch(setChatMode(mode));
275272

276273
void sendMessages(messages, mode);

0 commit comments

Comments
 (0)