Remove stray debug

This commit is contained in:
Jorik Schellekens 2020-06-18 15:13:28 +01:00
parent 69969dfee8
commit adfe1ac9bf

View file

@ -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},