fixed
This commit is contained in:
@ -195,7 +195,6 @@ impl Crdt {
|
|||||||
if nodes.len() < 1 {
|
if nodes.len() < 1 {
|
||||||
return Err(Error::CrdtTooSmall);
|
return Err(Error::CrdtTooSmall);
|
||||||
}
|
}
|
||||||
|
|
||||||
info!("nodes table {}", nodes.len());
|
info!("nodes table {}", nodes.len());
|
||||||
info!("blobs table {}", blobs.len());
|
info!("blobs table {}", blobs.len());
|
||||||
// enumerate all the blobs, those are the indices
|
// enumerate all the blobs, those are the indices
|
||||||
|
Reference in New Issue
Block a user