Skip to content

Commit 896d6b5

Browse files
committed
Remove console logs
1 parent fefcb61 commit 896d6b5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/tool-call

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/tool-call/tool-call.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,12 +1425,7 @@ function RunSkipButtons({
14251425
setIsProcessing(true)
14261426
setButtonsHidden(true)
14271427
try {
1428-
// Add to auto-allowed list - this also executes all pending integration tools of this type
1429-
console.log('[RunSkipButtons] Always Allow clicked for tool:', toolCall.name)
14301428
await addAutoAllowedTool(toolCall.name)
1431-
console.log('[RunSkipButtons] addAutoAllowedTool completed for:', toolCall.name)
1432-
// For client tools with interrupts (not integration tools), we still need to call handleRun
1433-
// since executeIntegrationTool only works for server-side tools
14341429
if (!isIntegrationTool(toolCall.name)) {
14351430
await handleRun(toolCall, setToolCallState, onStateChange, editedParams)
14361431
}

0 commit comments

Comments
 (0)