Skip to content

Commit 3ca44f7

Browse files
committed
Remove group instrumentation call
Covered by the chokepoint (search) instrumentation.
1 parent 172070d commit 3ca44f7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/github/ldap.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,7 @@ def domain(base_name)
115115
# Returns a new Group object.
116116
# Returns nil if the dn is not in the server.
117117
def group(base_name)
118-
entry =
119-
instrument "github_ldap.group", :base_name => base_name do
120-
domain(base_name).bind
121-
end
122-
118+
entry = domain(base_name).bind
123119
return unless entry
124120

125121
load_group(entry)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy