Remove logs comments

pull/21833/head
Luke Barnard 2017-10-19 10:34:24 +01:00
parent 5f3c06b38a
commit 71443e9b94
2 changed files with 0 additions and 3 deletions

View File

@ -112,7 +112,6 @@ export default class Flair extends React.Component {
.getRoom(this.props.roomId)
.currentState
.getStateEvents('m.room.related_groups', '');
console.info('relatedGroupsEvent', relatedGroupsEvent);
const relatedGroups = relatedGroupsEvent ?
relatedGroupsEvent.getContent().groups || [] : [];
if (relatedGroups && relatedGroups.length > 0) {

View File

@ -49,8 +49,6 @@ class FlairStore extends EventEmitter {
// }
};
// this._fetchRooms();
this._debounceTimeoutID = null;
}