Mark more logs as debug to tidy the console (#11349)
This commit is contained in:
parent
24703eea8f
commit
6a14362697
3 changed files with 5 additions and 5 deletions
|
@ -1515,7 +1515,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
if (state === SyncState.Syncing && prevState === SyncState.Syncing) {
|
||||
return;
|
||||
}
|
||||
logger.info(`MatrixClient sync state => ${state}`);
|
||||
logger.debug(`MatrixClient sync state => ${state}`);
|
||||
if (state !== SyncState.Prepared) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue