Skip to content

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
- removed old log entry
  • Loading branch information
MeissnerDa committed Jan 19, 2018
1 parent f0dde8b commit 745ef76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,5 @@ test/build/**
test-*.bat
ant-*.bat
/.project
vendor
!vendor/adLDAP
1 change: 0 additions & 1 deletion vendor/adLDAP/adLDAP.php
Expand Up @@ -2874,7 +2874,6 @@ public function findByProxyAddress($proxyAddress)

// Return false if we didn't find exactly one entry.
if($entries['count'] == 0 || $entries['count'] > 1) {
// $logger->debug("Number of entries: " . $entries['count']);
return false;
}

Expand Down

0 comments on commit 745ef76

Please sign in to comment.