From a61de03a88adbe2f3cefedc6fb1e2b757a7c51c5 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 6 Feb 2019 16:32:22 +0000 Subject: [PATCH] Remove left over TODO --- src/components/structures/auth/Login.js | 1 - 1 file changed, 1 deletion(-) 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; }