From 0eb20e45bf88dd61380aa727d2f15a1f92959c02 Mon Sep 17 00:00:00 2001 From: karimpwnz Date: Mon, 4 Jan 2021 03:01:18 +0200 Subject: [PATCH] Remove outdated comment --- jrnl/plugins/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jrnl/plugins/util.py b/jrnl/plugins/util.py index c703d621..38d3e9f0 100644 --- a/jrnl/plugins/util.py +++ b/jrnl/plugins/util.py @@ -8,7 +8,6 @@ from collections import Counter def get_date_counts(journal): """Returns a collections.Counter object containing date counts""" - # Dates are normalized date_counts = Counter() for entry in journal.entries: # entry.date.date() gets date without time