Skip to content

Commit

Permalink
removed print statement from script
Browse files Browse the repository at this point in the history
  • Loading branch information
ab6459 committed Feb 8, 2023
1 parent 9e27f7f commit cc774c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bib2xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def parse_bib_entries(self):
tmpEntry["source_type"] = "InternetSite"
tmpEntry["internet_site_title"] = e["organization"]
dates = e["urldate"].split("-")
print(dates)
tmpEntry["year_access"] = dates[0]
tmpEntry["month_access"] = dates[1]
tmpEntry["day_access"] = dates[2]
Expand Down

0 comments on commit cc774c3

Please sign in to comment.