From 0c6b5776ecd5b50419021e1f55d2088be9f8a301 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 4 Oct 2017 14:09:51 +0100 Subject: [PATCH] Remove commented imports --- src/components/views/room_settings/RelatedGroupSettings.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/views/room_settings/RelatedGroupSettings.js b/src/components/views/room_settings/RelatedGroupSettings.js index d3be2c88b5..60bdbf1481 100644 --- a/src/components/views/room_settings/RelatedGroupSettings.js +++ b/src/components/views/room_settings/RelatedGroupSettings.js @@ -14,11 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ -// import Promise from 'bluebird'; import React from 'react'; import {MatrixEvent, MatrixClient} from 'matrix-js-sdk'; -// var ObjectUtils = require("../../../ObjectUtils"); -// var MatrixClientPeg = require('../../../MatrixClientPeg'); import sdk from '../../../index'; import { _t } from '../../../languageHandler'; import Modal from '../../../Modal';