Remove message spew on automatic import

This commit is contained in:
Marty Oehme 2022-12-22 22:55:25 +01:00
parent 4281dba9c2
commit 82b99e8420
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
1 changed files with 0 additions and 1 deletions

View File

@ -230,4 +230,3 @@ def modify_event(event):
all_annotations = plg.extract([event.citekey])
if all_annotations[0][1]:
plg._to_notes(all_annotations, plg.note_extension)
plg.ui.info(f"Imported {event.citekey} annotations.")