minor: Remove noisy comment.

I don't think anybody is actually going to follow that link.
We know avatars are used in multiple places.
This commit is contained in:
Steve Howell
2019-02-23 16:00:48 +00:00
committed by Tim Abbott
parent 153d65c01f
commit 3ae4d305de

View File

@@ -2,7 +2,6 @@
<span class="message_sender{{^status_message}} sender_info_hover{{/status_message}} no-select">
{{#if include_sender}}
{{! See ../js/notifications.js for another user of avatar_url. }}
<div class="u-{{msg/sender_id}} inline_profile_picture{{#status_message}} sender_info_hover{{/status_message}}{{#sender_is_guest}} guest-avatar{{/sender_is_guest}}" aria-hidden="true">
<img src="{{small_avatar_url}}" alt="" class="no-drag"/>
</div>