Skip to content

Commit 6d40580

Browse files
authored
[libc] Remove verbose printing from hdrgen tool (#101376)
Summary: This fills the terminal with information already present from the `add_custom_command(COMMENT ...)` field, so it breaks everything into new lines. Remove this print to clean that up.
1 parent 68df06a commit 6d40580

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/newhdrgen/yaml_to_classes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ def main(
252252
with open(output_file_path, "w") as f:
253253
f.write(header_str)
254254

255-
print(f"Generated header file: {output_file_path}")
256-
257255

258256
if __name__ == "__main__":
259257
parser = argparse.ArgumentParser(description="Generate header files from YAML")

0 commit comments

Comments
 (0)