fix: Remove debug print statement

This commit is contained in:
Marty Oehme 2024-01-24 11:13:35 +01:00
parent c53cd563b7
commit f4a26292a0
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ def _add_annots_to_note(
# add newline if theres no empty space at file end
if len(existing) > 0 and existing[-1].strip() != "":
f.write("\n")
print(new_annotations)
f.write("\n\n".join(new_annotations))
f.write("\n")
logger.info(