fix: Remove debug print statement
This commit is contained in:
parent
c53cd563b7
commit
f4a26292a0
1 changed files with 0 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue