Skip to content

Commit

Permalink
Remove very long log line from get_examples() (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang authored Feb 9, 2024
1 parent 9ba9990 commit 0ed2836
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ def get_examples(
yield from gather_example_files(
parents=[], subdir=subdir, ignored=ignored, recurse=True
)
if not silent:
print(f"Ignoring examples files: {ignored}")


def get_examples_json():
Expand Down

0 comments on commit 0ed2836

Please sign in to comment.