Removing log message

This commit is contained in:
Dave
2020-09-08 12:01:43 +01:00
parent 80a86e3bec
commit 406086aec7
@@ -61,7 +61,6 @@ impl OrderedMessageBuffer {
let high_water = index;
self.next_index = high_water;
info!("Next high water mark is: {}", high_water);
// dig out the bytes from inside the struct
let data: Vec<u8> = contiguous_messages