polinaeterna HF staff commited on
Commit
af69443
1 Parent(s): 3d7c628

remove print

Browse files
Files changed (1) hide show
  1. common_voice_11_0.py +0 -1
common_voice_11_0.py CHANGED
@@ -174,7 +174,6 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
174
  return split_generators
175
 
176
  def _generate_examples(self, local_extracted_archive_paths, archives, meta_path):
177
- print(archives)
178
  data_fields = list(self._info().features.keys())
179
  metadata = {}
180
  with open(meta_path, encoding="utf-8") as f:
174
  return split_generators
175
 
176
  def _generate_examples(self, local_extracted_archive_paths, archives, meta_path):
 
177
  data_fields = list(self._info().features.keys())
178
  metadata = {}
179
  with open(meta_path, encoding="utf-8") as f: