diff --git a/src/components/structures/auth/Login.js b/src/components/structures/auth/Login.js index 893b430214..025f68bb8f 100644 --- a/src/components/structures/auth/Login.js +++ b/src/components/structures/auth/Login.js @@ -514,7 +514,6 @@ module.exports = React.createClass({ } if (PHASES_ENABLED && this.state.phase !== PHASE_SERVER_DETAILS) { - // TODO: ... return null; }