summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-07-07 11:55:58 +0100
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-12 16:39:48 +0100
commit2a161e7a10574b1678803843585686a93150f686 (patch)
tree9ea09ad1992b43900c1b83db12d387d23284c5c4
parent10c5eea5029e931efb474b68112840614e52675b (diff)
downloadgitlab-ce-2a161e7a10574b1678803843585686a93150f686.tar.gz
removes debugging print
-rw-r--r--app/assets/javascripts/gl_dropdown.js.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/gl_dropdown.js.coffee b/app/assets/javascripts/gl_dropdown.js.coffee
index e226943a4c1..1c65e833d47 100644
--- a/app/assets/javascripts/gl_dropdown.js.coffee
+++ b/app/assets/javascripts/gl_dropdown.js.coffee
@@ -123,7 +123,6 @@ class GitLabDropdownRemote
# Fetch the data by calling the data funcfion
@dataEndpoint "", (data) =>
- console.log(data)
if @options.success
@options.success(data)