derek-thomas HF staff commited on
Commit
ef5f9a3
1 Parent(s): 41daa3d

Simplifying logs

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -53,7 +53,6 @@ def main():
53
  logger.debug(f"Pushing data for {date} to the Hugging Face hub")
54
  dataset.push_to_hub(dataset_name, token=auth_token)
55
  logger.info(f"Processed and pushed data for {date} to the Hugging Face Hub")
56
- logger.info(f"Updating README...")
57
  update_dataset_readme(dataset_name=dataset_name, subreddit=subreddit, new_rows=new_rows)
58
  logger.info(f"Updated README.")
59
 
 
53
  logger.debug(f"Pushing data for {date} to the Hugging Face hub")
54
  dataset.push_to_hub(dataset_name, token=auth_token)
55
  logger.info(f"Processed and pushed data for {date} to the Hugging Face Hub")
 
56
  update_dataset_readme(dataset_name=dataset_name, subreddit=subreddit, new_rows=new_rows)
57
  logger.info(f"Updated README.")
58