mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-16 12:43:01 -04:00
fix(sdk): Remove token field from SyncSettings Debug output
This commit is contained in:
committed by
Jonas Platte
parent
c03c90c1cf
commit
9de98dfa65
@@ -48,7 +48,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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user