Remove outdated comment

This commit is contained in:
karimpwnz 2021-01-04 03:01:18 +02:00
parent 7880feec94
commit 0eb20e45bf

View file

@ -8,7 +8,6 @@ from collections import Counter
def get_date_counts(journal): def get_date_counts(journal):
"""Returns a collections.Counter object containing date counts""" """Returns a collections.Counter object containing date counts"""
# Dates are normalized
date_counts = Counter() date_counts = Counter()
for entry in journal.entries: for entry in journal.entries:
# entry.date.date() gets date without time # entry.date.date() gets date without time