diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php
index d3439451499353d581c5051b3ccc6b30761f5599..82a375b50eccea7e40077ec6506edab3e1533794 100644
--- a/apps/user_ldap/lib/access.php
+++ b/apps/user_ldap/lib/access.php
@@ -526,7 +526,6 @@ abstract class Access {
 				return;
 			}
 			//if count is bigger, then the server does not support paged search. Instead, he did a normal search. We set a flag here, so the callee knows how to deal with it.
-			//TODO: Instead, slice findings or selection later
 			if($findings['count'] <= $limit) {
 				$this->pagedSearchedSuccessful = true;
 			}