remove print
Browse files
wikipedia_html_enterprise.py
CHANGED
|
@@ -53,7 +53,6 @@ class WikipediaConfig(datasets.BuilderConfig):
|
|
| 53 |
**kwargs,
|
| 54 |
)
|
| 55 |
self.shard = shard
|
| 56 |
-
print(f"Split: {self.shard}")
|
| 57 |
|
| 58 |
|
| 59 |
class Wikipedia(datasets.GeneratorBasedBuilder):
|
|
|
|
| 53 |
**kwargs,
|
| 54 |
)
|
| 55 |
self.shard = shard
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
class Wikipedia(datasets.GeneratorBasedBuilder):
|