ro-h commited on
Commit
8e05f0c
1 Parent(s): 4ab4eee

Upload regulatory_comments.py

Browse files
Files changed (1) hide show
  1. regulatory_comments.py +0 -1
regulatory_comments.py CHANGED
@@ -105,7 +105,6 @@ class RegComments(datasets.GeneratorBasedBuilder):
105
 
106
  def _generate_examples(self, filepath):
107
  """This function returns the examples in the raw (text) form."""
108
- logger.info("generating examples from = %s", filepath)
109
  key = 0
110
  with open(filepath, 'r', encoding='utf-8') as f:
111
  data = json.load(f)
 
105
 
106
  def _generate_examples(self, filepath):
107
  """This function returns the examples in the raw (text) form."""
 
108
  key = 0
109
  with open(filepath, 'r', encoding='utf-8') as f:
110
  data = json.load(f)