We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3dee7 commit 2f726faCopy full SHA for 2f726fa
apps/sim/stores/operation-queue/store.ts
@@ -62,7 +62,6 @@ export const useOperationQueueStore = create<OperationQueueState>((set, get) =>
62
63
const existingOp = state.operations.find((op) => op.id === operation.id)
64
if (existingOp) {
65
- console.log('⚠️ Operation already in queue, skipping duplicate', { operationId: operation.id })
66
return
67
}
68
0 commit comments