pere commited on
Commit
320f200
1 Parent(s): bb616b4
Files changed (1) hide show
  1. nbnn_language_detection.py +0 -4
nbnn_language_detection.py CHANGED
@@ -44,7 +44,3 @@ class NbnnLanguageDetection(DatasetBuilder):
44
  'language': data['language']
45
  }
46
 
47
- def _prepare_split(self, *args, **kwargs):
48
- print("DEBUG: Inside _prepare_split method, which should not be called directly.")
49
- super()._prepare_split(*args, **kwargs)
50
-
 
44
  'language': data['language']
45
  }
46