Skip to content

Commit

Permalink
remove sensitive data log (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink authored Nov 7, 2024
1 parent b68a702 commit 56fef15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xmtp_mls/src/storage/sql_key_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,6 @@ where
let key = epoch_key_pairs_id(group_id, epoch, leaf_index)?;
let value = bincode::serialize(key_pairs)?;
tracing::debug!("Writing encryption epoch key pairs");
tracing::debug!(" key: {}", hex::encode(&key));
tracing::debug!(" value: {}", hex::encode(&value));

self.write::<CURRENT_VERSION>(EPOCH_KEY_PAIRS_LABEL, &key, &value)
}
Expand Down

0 comments on commit 56fef15

Please sign in to comment.