diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 5aa6b1d2a9..2b48e6cd46 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -312,52 +312,6 @@ export default React.createClass({ if (this.state.summary === null && this.state.error === null) { return ; - } else if (false && this.state.editing) { - const summary = this.state.summary; - const avatarEdit = ( -
-
- -
-
- - -
-
- ); - - return
- {avatarEdit} - - - - {_t('Save')} - - - {_t("Cancel")}/ - -