Don't call println in the test suite

This commit is contained in:
Greg Fitzgerald
2018-09-03 00:53:54 -10:00
parent ab7a2960b1
commit 05f921d544

View File

@ -263,7 +263,7 @@ mod test {
self.points_written
.fetch_add(points.len(), Ordering::SeqCst);
println!(
info!(
"Writing {} points ({} total)",
points.len(),
self.points_written.load(Ordering::SeqCst)