AymanElmar commited on
Commit
34a012d
1 Parent(s): 6aeabcc
Files changed (1) hide show
  1. joha.py +0 -1
joha.py CHANGED
@@ -133,7 +133,6 @@ class johaDataset(datasets.GeneratorBasedBuilder):
133
  # Parse the metadata CSV file
134
  if path == metadata_filepath:
135
  metadata_found = True
136
- print("Found metadata file at %s" % path)
137
  lines = f.readlines()
138
  headline = lines[0].decode("utf-8")
139
  column_names = headline.strip().split("\t")
 
133
  # Parse the metadata CSV file
134
  if path == metadata_filepath:
135
  metadata_found = True
 
136
  lines = f.readlines()
137
  headline = lines[0].decode("utf-8")
138
  column_names = headline.strip().split("\t")