servicemanager: remove move check TODO

We won't move the check up because doing so doesn't appear to add much
of a benefit.

Fixes: 136023468
Test: N/A
Change-Id: Id3dea9e5a3a8bcc19c21b31ae7e4af0c3017e2a1
diff --git a/cmds/servicemanager/ServiceManager.cpp b/cmds/servicemanager/ServiceManager.cpp
index c2c71e0..5f7dc25 100644
--- a/cmds/servicemanager/ServiceManager.cpp
+++ b/cmds/servicemanager/ServiceManager.cpp
@@ -52,7 +52,6 @@
         }
     }
 
-    // TODO(b/136023468): move this check to be first
     if (!mAccess->canFind(ctx, name)) {
         // returns ok and null for legacy reasons
         *outBinder = nullptr;