diff --git a/papis_extract/exporter.py b/papis_extract/exporter.py index 11cb666..144042c 100644 --- a/papis_extract/exporter.py +++ b/papis_extract/exporter.py @@ -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(