Mark more logs as debug to tidy the console (#11349)
This commit is contained in:
committed by
GitHub
parent
24703eea8f
commit
6a14362697
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user