Perfprofd: Update comments

Remove no longer applying comments.

Bug: 73175642
Test: mmma system/extras/perfprofd
Change-Id: Ie84275052d283c65c69d48f0521a5e27b90f25c0
diff --git a/perfprofd/binder_interface/perfprofd_config.proto b/perfprofd/binder_interface/perfprofd_config.proto
index 349947b..cfd85ed 100644
--- a/perfprofd/binder_interface/perfprofd_config.proto
+++ b/perfprofd/binder_interface/perfprofd_config.proto
@@ -21,8 +21,7 @@
   // loop. Value of zero indicates that we should loop forever.
   optional uint32 main_loop_iterations = 3;
 
-  // Destination directory (where to write profiles). This location
-  // chosen since it is accessible to the uploader service.
+  // Destination directory (where to write profiles).
   optional string destination_directory = 4;
   // Config directory (where to read configs).
   optional string config_directory = 5;