diff --git a/src/components/structures/login/Login.js b/src/components/structures/login/Login.js
index 78f515804a..eb4e559237 100644
--- a/src/components/structures/login/Login.js
+++ b/src/components/structures/login/Login.js
@@ -20,7 +20,6 @@ limitations under the License.
import React from 'react';
import { _t } from '../../../languageHandler';
import ReactDOM from 'react-dom';
-import url from 'url';
import sdk from '../../../index';
import Login from '../../../Login';
@@ -245,12 +244,6 @@ module.exports = React.createClass({
switch (step) {
case 'm.login.password':
const PasswordLogin = sdk.getComponent('login.PasswordLogin');
- // HSs that are not matrix.org may not be configured to have their
- // domain name === domain part.
- let hsDomain = url.parse(this.state.enteredHomeserverUrl).hostname;
- if (hsDomain !== 'matrix.org') {
- hsDomain = null;
- }
return (