From af9d572545e2d52f992beeae821746e56564ebc1 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 30 Jan 2019 18:30:01 +0100 Subject: [PATCH] more lint fixing --- src/Registration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Registration.js b/src/Registration.js index 1f0815e028..f3a2076ed6 100644 --- a/src/Registration.js +++ b/src/Registration.js @@ -22,9 +22,9 @@ limitations under the License. import dis from './dispatcher'; import sdk from './index'; -import MatrixClientPeg from './MatrixClientPeg'; import Modal from './Modal'; import { _t } from './languageHandler'; +// import MatrixClientPeg from './MatrixClientPeg'; // Regex for what a "safe" or "Matrix-looking" localpart would be. // TODO: Update as needed for https://github.com/matrix-org/matrix-doc/issues/1514