Skip to content

Commit

Permalink
Revert "some brush-up"
Browse files Browse the repository at this point in the history
This reverts commit 3137426.
  • Loading branch information
yellowhatter committed Dec 14, 2023
1 parent 3137426 commit 4608ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/zenoh-transport/src/unicast/universal/rx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ impl TransportUnicastUniversal {
.decode()
.map_err(|_| zerror!("{}: decoding error", link))?;

// log::trace!("Received: {:?}", msg);
log::trace!("Received: {:?}", msg);

#[cfg(feature = "stats")]
{
Expand Down

0 comments on commit 4608ce1

Please sign in to comment.