Remove debug

pull/21833/head
Travis Ralston 2020-06-25 20:22:41 -06:00
parent 588fea3a9b
commit 1888cda5ee
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ export default class UserMenu extends React.Component<IProps, IState> {
};
public render() {
console.log(this.state);
const avatarSize = 32; // should match border-radius of the avatar
let name = <span className="mx_UserMenu_userName">{OwnProfileStore.instance.displayName}</span>;