mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 15:16:12 +02:00
Delete test statements
This commit is contained in:
parent
82a9e451c5
commit
2a91979338
1 changed files with 0 additions and 2 deletions
|
@ -172,8 +172,6 @@ class DayOne(Journal.Journal):
|
|||
old_attr = getattr(entry, attr)
|
||||
new_attr = getattr(new_entry, attr)
|
||||
if old_attr != new_attr:
|
||||
print(old_attr)
|
||||
print(new_attr)
|
||||
entry.modified = True
|
||||
setattr(entry, attr, new_attr)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue