diff --git a/app/assets/javascripts/awards_handler.coffee b/app/assets/javascripts/awards_handler.coffee index fb880d28f2..9d7ed87e59 100644 --- a/app/assets/javascripts/awards_handler.coffee +++ b/app/assets/javascripts/awards_handler.coffee @@ -96,7 +96,6 @@ class @AwardsHandler counterNumber = parseInt(counter.text()) if !isntNoteBody - console.log $emojiBtn.get(0) # If this is a note body, we just hide the award emoji row like the initial state $emojiBtn.closest('.js-awards-block').addClass 'hidden'