diff --git a/src/components/structures/login/Login.js b/src/components/structures/login/Login.js
index a3635177e2..63aeb35687 100644
--- a/src/components/structures/login/Login.js
+++ b/src/components/structures/login/Login.js
@@ -19,7 +19,6 @@ limitations under the License.
import React from 'react';
import ReactDOM from 'react-dom';
-import url from 'url';
import sdk from '../../../index';
import Login from '../../../Login';
@@ -242,12 +241,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 (