Skip to content

Commit 51c7294

Browse files
committed
fix(sdk): Remove token field from SyncSettings Debug output
1 parent 2ee5f73 commit 51c7294

File tree

1 file changed

+0
-1
lines changed
  • crates/matrix-sdk/src/config

1 file changed

+0
-1
lines changed

crates/matrix-sdk/src/config/sync.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ impl<'a> fmt::Debug for SyncSettings<'a> {
4747

4848
opt_field!(filter);
4949
opt_field!(timeout);
50-
opt_field!(token);
5150

5251
s.field("full_state", &self.full_state).finish()
5352
}

0 commit comments

Comments
 (0)