remove logging

pull/21833/head
Bruno Windels 2020-03-18 11:18:48 +01:00
parent 7b1b4cda14
commit f8c6097c39
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ export default class AliasSettings extends React.Component {
onLocalAliasDeleted = (index) => {
const alias = this.state.localAliases[index];
console.log("removing local alias", index, alias);
// TODO: In future, we should probably be making sure that the alias actually belongs
// to this room. See https://github.com/vector-im/riot-web/issues/7353
MatrixClientPeg.get().deleteAlias(alias).then(() => {