Remove stray debug
This commit is contained in:
parent
69969dfee8
commit
adfe1ac9bf
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ export default class MessagePreview extends React.Component<IProps, IState> {
|
||||||
// Fetch current user data
|
// Fetch current user data
|
||||||
const client = MatrixClientPeg.get()
|
const client = MatrixClientPeg.get()
|
||||||
const userId = client.getUserId();
|
const userId = client.getUserId();
|
||||||
console.log({userId})
|
|
||||||
const profileInfo = await client.getProfileInfo(userId);
|
const profileInfo = await client.getProfileInfo(userId);
|
||||||
const avatar_url = Avatar.avatarUrlForUser(
|
const avatar_url = Avatar.avatarUrlForUser(
|
||||||
{avatarUrl: profileInfo.avatar_url},
|
{avatarUrl: profileInfo.avatar_url},
|
||||||
|
|
Loading…
Reference in a new issue