mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
remove console.log
This commit is contained in:
@@ -62,7 +62,6 @@ export const useOperationQueueStore = create<OperationQueueState>((set, get) =>
|
||||
|
||||
const existingOp = state.operations.find((op) => op.id === operation.id)
|
||||
if (existingOp) {
|
||||
console.log('⚠️ Operation already in queue, skipping duplicate', { operationId: operation.id })
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user