Remove message spew on automatic import
This commit is contained in:
parent
4281dba9c2
commit
82b99e8420
1 changed files with 0 additions and 1 deletions
|
@ -230,4 +230,3 @@ def modify_event(event):
|
||||||
all_annotations = plg.extract([event.citekey])
|
all_annotations = plg.extract([event.citekey])
|
||||||
if all_annotations[0][1]:
|
if all_annotations[0][1]:
|
||||||
plg._to_notes(all_annotations, plg.note_extension)
|
plg._to_notes(all_annotations, plg.note_extension)
|
||||||
plg.ui.info(f"Imported {event.citekey} annotations.")
|
|
||||||
|
|
Loading…
Reference in a new issue