mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Remove unused github avatar initialization
This commit is contained in:
@@ -27,10 +27,6 @@ class ParticipantView extends View
|
||||
@toggleVideoButton.click @onClickToggleVideo
|
||||
@toggleAudioButton.click @onClickToggleAudio
|
||||
|
||||
# @attr('title', email)
|
||||
# emailMd5 = crypto.createHash('md5').update(email).digest('hex')
|
||||
# @avatar.attr('src', "http://www.gravatar.com/avatar/#{emailMd5}?s=32")
|
||||
|
||||
attach: ->
|
||||
rootView.append(this)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user