Update MANTRAGSC.py
Browse files- MANTRAGSC.py +0 -2
MANTRAGSC.py
CHANGED
|
@@ -147,8 +147,6 @@ class MANTRAGSC(datasets.GeneratorBasedBuilder):
|
|
| 147 |
}
|
| 148 |
names = [n for n in names if n not in unused_name_map.get(self.config.name, {})]
|
| 149 |
|
| 150 |
-
print(self.config.name)
|
| 151 |
-
|
| 152 |
features = datasets.Features(
|
| 153 |
{
|
| 154 |
"id": datasets.Value("string"),
|
|
|
|
| 147 |
}
|
| 148 |
names = [n for n in names if n not in unused_name_map.get(self.config.name, {})]
|
| 149 |
|
|
|
|
|
|
|
| 150 |
features = datasets.Features(
|
| 151 |
{
|
| 152 |
"id": datasets.Value("string"),
|