add isSome logging
This commit is contained in:
parent
a9a0fef25e
commit
11b8adeb54
|
@ -689,6 +689,7 @@ proc syncStep[A, B](man: SyncManager[A, B], index: int, peer: A)
|
||||||
else:
|
else:
|
||||||
Opt.none(seq[DataColumnSidecars])
|
Opt.none(seq[DataColumnSidecars])
|
||||||
|
|
||||||
|
if dataColumnData.isSome:
|
||||||
debugEcho "Data column while syncing"
|
debugEcho "Data column while syncing"
|
||||||
debugEcho dataColumnData.get[4].mapIt(it[])
|
debugEcho dataColumnData.get[4].mapIt(it[])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue