Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit fa24b4b

Browse files
committed
Remove this log - it's not an error worth logging
1 parent 80ad7d4 commit fa24b4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/views/login/PasswordLogin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ class PasswordLogin extends React.Component {
192192
const parsedHsUrl = new URL(this.props.hsUrl);
193193
matrixIdText = _t('%(serverName)s Matrix ID', {serverName: parsedHsUrl.hostname});
194194
} catch (e) {
195-
console.log(e);
196195
// pass
197196
}
198197
}

0 commit comments

Comments
 (0)