Skip to content

Commit f666cca

Browse files
Vikhyath MondretiVikhyath Mondreti
authored andcommitted
remove console log
1 parent 95dfe9e commit f666cca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/sim/contexts/socket-context.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,10 +474,6 @@ export function SocketProvider({ children, user }: SocketProviderProps) {
474474
const emitWorkflowOperation = useCallback(
475475
(operation: string, target: string, payload: any, operationId?: string) => {
476476
if (!socket || !currentWorkflowId) {
477-
console.log('❌ Cannot emit - missing requirements', {
478-
hasSocket: !!socket,
479-
currentWorkflowId,
480-
})
481477
return
482478
}
483479

0 commit comments

Comments
 (0)