Datasets:
Remove print debug
Browse files
rixvox.py
CHANGED
@@ -193,10 +193,6 @@ class Rixvox(datasets.GeneratorBasedBuilder):
|
|
193 |
)
|
194 |
result["audio"] = {"path": path, "bytes": file.read()}
|
195 |
result["path"] = path if local_extracted_archive_paths else filename
|
196 |
-
print(result["dokid"])
|
197 |
-
print(result["path"])
|
198 |
-
if "filename" in result:
|
199 |
-
print(result["filename"])
|
200 |
|
201 |
yield key, result
|
202 |
key += 1
|
|
|
193 |
)
|
194 |
result["audio"] = {"path": path, "bytes": file.read()}
|
195 |
result["path"] = path if local_extracted_archive_paths else filename
|
|
|
|
|
|
|
|
|
196 |
|
197 |
yield key, result
|
198 |
key += 1
|