Skip to content

Commit 2f726fa

Browse files
Vikhyath MondretiVikhyath Mondreti
authored andcommitted
remove console.log
1 parent 4d3dee7 commit 2f726fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/stores/operation-queue/store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export const useOperationQueueStore = create<OperationQueueState>((set, get) =>
6262

6363
const existingOp = state.operations.find((op) => op.id === operation.id)
6464
if (existingOp) {
65-
console.log('⚠️ Operation already in queue, skipping duplicate', { operationId: operation.id })
6665
return
6766
}
6867

0 commit comments

Comments
 (0)