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:
authorFrancisco Lopez <fjlopez@gitlab.com>2017-11-30 20:24:31 +0300
committerFrancisco Lopez <fjlopez@gitlab.com>2017-12-01 20:32:12 +0300
commitc0c0926accdc3c49fc2a75a0eec2f96a8a5ad15c (patch)
tree70b3d3c6375b23b7400e7ccffc2f4b3d54d1af37 /lib/api/entities.rb
parentc7e7f4444c791eb0ad409310394954578aa232c6 (diff)
Removed binding.pry
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r--lib/api/entities.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 910ac4f1814..248e234580f 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -667,7 +667,6 @@ module API
class MemberAccess < Grape::Entity
expose :access_level
expose :notification_level do |member, options|
- # binding.pry if member.id == 5
if member.notification_setting
::NotificationSetting.levels[member.notification_setting.level]
end