Joelito malteos commited on
Commit
0b22f73
1 Parent(s): 7f69eb1

Removes print statement in `_generate_examples` (#4)

Browse files

- Removes print statement in `_generate_examples` (139eef0b0ea3b0e3909e79006eca15502d04d146)


Co-authored-by: malteos <[email protected]>

Files changed (1) hide show
  1. legal-mc4.py +1 -1
legal-mc4.py CHANGED
@@ -120,7 +120,7 @@ class MC4Legal(datasets.GeneratorBasedBuilder):
120
  # remove the Z at the end (time zone)
121
  if isinstance(timestamp, str) and timestamp.endswith("Z"):
122
  timestamp = timestamp[:-1]
123
- print(example)
124
  yield id_, {
125
  "url": example.get("url", ""),
126
  "timestamp": timestamp,
 
120
  # remove the Z at the end (time zone)
121
  if isinstance(timestamp, str) and timestamp.endswith("Z"):
122
  timestamp = timestamp[:-1]
123
+
124
  yield id_, {
125
  "url": example.get("url", ""),
126
  "timestamp": timestamp,