Skip to content

Commit

Permalink
fix(sdk): Remove token field from SyncSettings Debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Oct 24, 2022
1 parent 2ee5f73 commit 51c7294
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/matrix-sdk/src/config/sync.rs
Expand Up @@ -47,7 +47,6 @@ impl<'a> fmt::Debug for SyncSettings<'a> {

opt_field!(filter);
opt_field!(timeout);
opt_field!(token);

s.field("full_state", &self.full_state).finish()
}
Expand Down

0 comments on commit 51c7294

Please sign in to comment.