mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
take out old comment
This commit is contained in:
parent
9eb3e1684b
commit
8da4a991fe
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ class Folder(Journal.Journal):
|
||||||
filenames = get_files(self.config["journal"])
|
filenames = get_files(self.config["journal"])
|
||||||
for filename in filenames:
|
for filename in filenames:
|
||||||
if os.stat(filename).st_size <= 0:
|
if os.stat(filename).st_size <= 0:
|
||||||
# print("empty file: {}".format(filename))
|
|
||||||
os.remove(filename)
|
os.remove(filename)
|
||||||
|
|
||||||
def delete_entries(self, entries_to_delete):
|
def delete_entries(self, entries_to_delete):
|
||||||
|
|
Loading…
Add table
Reference in a new issue