Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-31 15:20:53 +0300
committerFatih Acet <acetfatih@gmail.com>2016-05-19 22:11:27 +0300
commit7d4f41efdee8aae424ed624a8702c9eb863ac43f (patch)
treee093dbb3175493556cc69e26018c8b242f172156 /app/assets/javascripts/awards_handler.coffee
parent9e8449b1afee35a6497db43ae6c040fae5f26186 (diff)
Removed console log
Diffstat (limited to 'app/assets/javascripts/awards_handler.coffee')
-rw-r--r--app/assets/javascripts/awards_handler.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/awards_handler.coffee b/app/assets/javascripts/awards_handler.coffee
index fb880d28f2c..9d7ed87e598 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'