Skip to content

Commit 17c8048

Browse files
authored
Stop printing the blob bytes (#3103)
## Motivation I think we weren't printing this, but we accidentally removed this. This creates a huge amount of pollution in the test logs. ## Proposal Stop printing it again. ## Test Plan CI + check logs to see that it's not there ## Release Plan - Nothing to do / These changes follow the usual release cycle.
1 parent b9c5fcd commit 17c8048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linera-base/src/data_types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,7 @@ pub struct BlobContent {
967967
blob_type: BlobType,
968968
/// The binary data.
969969
#[serde(with = "serde_bytes")]
970+
#[debug(skip)]
970971
bytes: Box<[u8]>,
971972
}
972973

0 commit comments

Comments
 (0)