Mark more logs as debug to tidy the console (#11349)

This commit is contained in:
Michael Telatynski 2023-08-07 09:41:39 +01:00 committed by GitHub
parent 24703eea8f
commit 6a14362697
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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;
}