Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Apr 22, 2022
1 parent 7b1a10a commit 6262ad3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bee-protocol/src/workers/message/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ where
let message = match Message::unpack_verified(&mut &message_packet.bytes[..]) {
Ok(message) => message,
Err(e) => {
println!("{:?}", e);
notify_invalid_message(format!("Invalid message: {:?}.", e), &metrics, notifier);
continue;
}
Expand Down

0 comments on commit 6262ad3

Please sign in to comment.