mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 23:17:59 -05:00
remove console log
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user