Skip to content

Commit 440b3a1

Browse files
committed
remove duplicate trace
1 parent 236857c commit 440b3a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codex/node.nim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,8 +699,6 @@ proc onStore(
699699
trace "Unable to build slot", err = err.msg
700700
return failure(err)
701701

702-
trace "Slot successfully retrieved and reconstructed"
703-
704702
if cid =? slotRoot.toSlotCid() and cid != manifest.slotRoots[slotIdx]:
705703
trace "Slot root mismatch",
706704
manifest = manifest.slotRoots[slotIdx.int], recovered = slotRoot.toSlotCid()

0 commit comments

Comments
 (0)