diff --git a/bib2xml.py b/bib2xml.py index b780bce..079a19b 100644 --- a/bib2xml.py +++ b/bib2xml.py @@ -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]