Remove mdimport call that's no longer necessary.

PiperOrigin-RevId: 192795619
diff --git a/src/TulsiGenerator/Scripts/bazel_build.py b/src/TulsiGenerator/Scripts/bazel_build.py
index b86ab68..29f2871 100755
--- a/src/TulsiGenerator/Scripts/bazel_build.py
+++ b/src/TulsiGenerator/Scripts/bazel_build.py
@@ -1665,11 +1665,6 @@
         if not plist_created:
           return 405
 
-    # Update spotlight index with this updated dSYM bundle in case the binary's
-    # UUID changed.
-    # TODO(b/71705491): Remove if DBGShellCommands does not cause any issues.
-    self._RunSubprocess(['mdimport', dsym_bundle_path])
-
     return 0
 
   def _ExtractBazelInfoExecrootPaths(self):