Skip to content

Commit 66b37b4

Browse files
committed
Remove unnecessary helpers.
1 parent 099b657 commit 66b37b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

beacon_chain/spec/datatypes/fulu.nim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,9 +562,6 @@ func shortLog*(v: DataColumnSidecar): auto =
562562
func shortLog*(v: seq[DataColumnSidecar]): auto =
563563
"[" & v.mapIt(shortLog(it)).join(", ") & "]"
564564

565-
func shortLog*(v: seq[ref DataColumnSidecar]): auto =
566-
"[" & v.mapIt(shortLog(it[])).join(", ") & "]"
567-
568565
func shortLog*(x: seq[DataColumnIdentifier]): string =
569566
"[" & x.mapIt(shortLog(it.block_root) & "/" & $it.index).join(", ") & "]"
570567

0 commit comments

Comments
 (0)