Remove this log - it's not an error worth logging
parent
80ad7d4ad6
commit
fa24b4bd2d
|
@ -192,7 +192,6 @@ class PasswordLogin extends React.Component {
|
|||
const parsedHsUrl = new URL(this.props.hsUrl);
|
||||
matrixIdText = _t('%(serverName)s Matrix ID', {serverName: parsedHsUrl.hostname});
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
// pass
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue