1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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); const parsedHsUrl = new URL(this.props.hsUrl);
matrixIdText = _t('%(serverName)s Matrix ID', {serverName: parsedHsUrl.hostname}); matrixIdText = _t('%(serverName)s Matrix ID', {serverName: parsedHsUrl.hostname});
} catch (e) { } catch (e) {
console.log(e);
// pass // pass
} }
} }