This commit is contained in:
Régis Hanol 2015-09-11 02:15:45 +02:00
parent 2742602254
commit f6380c66ef
1 changed files with 0 additions and 2 deletions

View File

@ -255,8 +255,6 @@ const ComposerView = Ember.View.extend(Ember.Evented, {
uploadId = quotedPost.get('uploaded_avatar_id'),
letterAvatarColor = quotedPost.get("letter_avatar_color");
debugger;
return Discourse.Utilities.tinyAvatar(avatarTemplate(username, uploadId, letterAvatarColor));
}
}