Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aeyakovenko committed May 17, 2018
1 parent 9a4ce6d commit 63a0ba6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crdt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63a0ba6

Please sign in to comment.