diff --git a/apps/sim/contexts/socket-context.tsx b/apps/sim/contexts/socket-context.tsx index 11987bb0c..90f28477c 100644 --- a/apps/sim/contexts/socket-context.tsx +++ b/apps/sim/contexts/socket-context.tsx @@ -474,10 +474,6 @@ export function SocketProvider({ children, user }: SocketProviderProps) { const emitWorkflowOperation = useCallback( (operation: string, target: string, payload: any, operationId?: string) => { if (!socket || !currentWorkflowId) { - console.log('❌ Cannot emit - missing requirements', { - hasSocket: !!socket, - currentWorkflowId, - }) return }