Remove this log - it's not an error worth logging

This commit is contained in:
David Baker 2017-10-11 09:48:12 +01:00
parent 80ad7d4ad6
commit fa24b4bd2d

View file

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