mathiaszinnen commited on
Commit
3124a13
·
1 Parent(s): 2837e16

Remove debug prints

Browse files
Files changed (1) hide show
  1. odor.py +0 -1
odor.py CHANGED
@@ -80,7 +80,6 @@ class ODOR(datasets.GeneratorBasedBuilder):
80
  except (MissingSchema, Timeout, ConnectionError, InvalidSchema):
81
  time.sleep(i)
82
  continue
83
- print(f'{target_dir} exists: {os.path.isdir(target_dir)}')
84
  if r.status_code == 200:
85
  with open(path, 'wb') as f:
86
  for chunk in r:
 
80
  except (MissingSchema, Timeout, ConnectionError, InvalidSchema):
81
  time.sleep(i)
82
  continue
 
83
  if r.status_code == 200:
84
  with open(path, 'wb') as f:
85
  for chunk in r: