[GH-632] removing unreachable return statement

This commit is contained in:
Micah Jerome Ellison 2019-08-24 15:25:05 -07:00
parent 4d0640e613
commit 244165664b

View file

@ -104,8 +104,6 @@ older versions of jrnl anymore.
raise UpgradeValidationException
return
# write all journals - or - don't
for j in all_journals:
j.write()