Drop `log_bytes!()` calls on `Display` types in `ChannelManager`
authorMatt Corallo <git@bluematt.me>
Sat, 2 Dec 2023 18:45:03 +0000 (18:45 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 3 Dec 2023 20:06:18 +0000 (20:06 +0000)
commited75ce35ab80defe8cef71248d1d55ffbe8b280f
tree51a15741427ef6c7a57f7bbacbca06c37e5ccd22
parent18a18d89627f95f42a46ce3e247348c45c8f0717
Drop `log_bytes!()` calls on `Display` types in `ChannelManager`

df3ab2ee2753e7f9ec02ddf1c8a51db77c50e35d was rebased one too many
times and ended up reverting some of the `log_bytes!()` removals
around types which now implement `Display` in `ChannelManager`.
This commit removes those, as well as one additoinal excess macro
which slipped in somewhere else.
lightning/src/ln/channelmanager.rs