Skip to content

Commit

Permalink
Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Sep 30, 2023
1 parent f656089 commit 832e246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Codec/VideoCodec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ public final class VideoCodec {
guard Self.defaultFrameInterval < frameInterval else {
return false
}
print(presentationTimeStamp.seconds - self.presentationTimeStamp.seconds <= frameInterval)
return presentationTimeStamp.seconds - self.presentationTimeStamp.seconds <= frameInterval
}

Expand Down

0 comments on commit 832e246

Please sign in to comment.