Addressed PR comment.
diff --git a/python/descriptor_pool.c b/python/descriptor_pool.c
index 95e40bc..7a39403 100644
--- a/python/descriptor_pool.c
+++ b/python/descriptor_pool.c
@@ -164,7 +164,6 @@
 
 static bool PyUpb_DescriptorPool_LoadDependentFiles(
     PyUpb_DescriptorPool* self, google_protobuf_FileDescriptorProto* proto) {
-  // Load dependent files if necessary.
   size_t n;
   const upb_strview* deps =
       google_protobuf_FileDescriptorProto_dependency(proto, &n);