Skip to content

Commit e2da645

Browse files
committed
Remove print
1 parent 4254c6f commit e2da645

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/gen_protos.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def fix_generated_output(base_path: Path):
6464
- protoc doesn't generate the correct import paths
6565
(https://github.com/protocolbuffers/protobuf/issues/1491)
6666
"""
67-
print("Fixing generated protoc output")
6867
imports: Mapping[str, List[str]] = collections.defaultdict(list)
6968
for p in base_path.iterdir():
7069
if p.is_dir():

0 commit comments

Comments
 (0)