Remove stray debug

pull/21833/head
Jorik Schellekens 2020-06-18 15:13:28 +01:00
parent 69969dfee8
commit adfe1ac9bf
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ export default class MessagePreview extends React.Component<IProps, IState> {
// Fetch current user data
const client = MatrixClientPeg.get()
const userId = client.getUserId();
console.log({userId})
const profileInfo = await client.getProfileInfo(userId);
const avatar_url = Avatar.avatarUrlForUser(
{avatarUrl: profileInfo.avatar_url},