From 8da4a991feef6403cd3e76d67236014e67697559 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sun, 1 May 2022 09:23:18 -0700 Subject: [PATCH] take out old comment --- jrnl/FolderJournal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jrnl/FolderJournal.py b/jrnl/FolderJournal.py index 74f6291b..59f12a4a 100644 --- a/jrnl/FolderJournal.py +++ b/jrnl/FolderJournal.py @@ -80,7 +80,6 @@ class Folder(Journal.Journal): filenames = get_files(self.config["journal"]) for filename in filenames: if os.stat(filename).st_size <= 0: - # print("empty file: {}".format(filename)) os.remove(filename) def delete_entries(self, entries_to_delete):