Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 13, 2024
1 parent 1a34c4f commit b0982b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions library_generation/generate_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ def generate_from_yaml(
If specified with an empty list, then no library will be generated.
If not specified, all libraries in the configuration yaml will be generated.
"""
# Determine whether the generated repo is a proto-only repository.
# Using libraries in generation config without filtering out target library
# names because the remaining library may not qualify as proto-only
# library, e.g., iam.
target_libraries = get_target_libraries(
config=config, target_library_names=target_library_names
)
Expand Down

0 comments on commit b0982b5

Please sign in to comment.