Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 697727782
  • Loading branch information
tomvdw authored and The TensorFlow Datasets Authors committed Nov 18, 2024
1 parent ca2973c commit 778b3b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensorflow_datasets/core/utils/file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ def list_dataset_versions(
globs=[glob],
file_names=[constants.DATASET_INFO_FILENAME],
):
print(f'XXXXXXXX: {dataset_info_file=}')
version_folder = dataset_info_file.parent.name
if version_lib.Version.is_valid(version_folder):
found_versions.append(version_lib.Version(version_folder))
Expand Down

0 comments on commit 778b3b4

Please sign in to comment.