From d3c2ab2e64fee68453e5d3c727f3e00c54ed2222 Mon Sep 17 00:00:00 2001 From: munna0908 Date: Fri, 28 Mar 2025 22:28:30 +0530 Subject: [PATCH] code cleanup --- codex/stores/repostore/store.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex/stores/repostore/store.nim b/codex/stores/repostore/store.nim index 5aa3a440..4b943ec2 100644 --- a/codex/stores/repostore/store.nim +++ b/codex/stores/repostore/store.nim @@ -124,7 +124,7 @@ method putCidAndProofBatch*( results = newSeq[StoreResult](entries.len) lock = self.locks.mgetOrPut(treeCid, newAsyncLock()) treeIndex = startIndex - echo "Adding cid and proofs", entries.len + try: await lock.acquire() for i, entry in entries: