diff --git a/src/crdt.rs b/src/crdt.rs index 5a6bed149cbd39..7029e79b21be9e 100644 --- a/src/crdt.rs +++ b/src/crdt.rs @@ -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