Skip to content

Commit 5e95d33

Browse files
author
Theodore Li
committed
Remove console log
1 parent 20a6265 commit 5e95d33

File tree

1 file changed

+0
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/home/hooks

1 file changed

+0
-1
lines changed

apps/sim/app/workspace/[workspaceId]/home/hooks/use-chat.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ export function useChat(
545545
break
546546
}
547547
case 'tool_result': {
548-
console.log('[tool_result] received', parsed)
549548
const id = parsed.toolCallId || getPayloadData(parsed)?.id
550549
if (!id) break
551550
const idx = toolMap.get(id)

0 commit comments

Comments
 (0)