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