remove unnecessary comment

(imported from commit aaeaf0f9a0a97ae81b62315c0bfd88752615cfd6)
This commit is contained in:
acrefoot 2013-11-22 17:08:33 -05:00
parent 4cd1d69ea0
commit 36e9f512c4
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ exports.setup_page = function () {
$(".active_user_row").removeClass("active_user_row");
// Go up the tree until we find the user row, then grab the email element
$(e.target).closest(".user_row").addClass("active_user_row");
var user_name = $(".active_user_row").find('.user_name').text();