Skip to content

Commit 3822d71

Browse files
committed
remove no annotation print message in rdann
1 parent e2bd679 commit 3822d71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wfdb/readwrite/annotations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,6 @@ def apply_annotation_range(annsamp,sampfrom,sampto,anntype,num,subtype,chan,aux)
921921
subtype = []
922922
chan = []
923923
aux = []
924-
print("No annotations in specified sample range")
925924
else:
926925
annsamp = annsamp[ik0:ik1 + 1]
927926
anntype = anntype[ik0:ik1 + 1]

0 commit comments

Comments
 (0)