Skip to content

Commit

Permalink
Fix: Remove print usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Nov 2, 2023
1 parent a48d2a9 commit e4edd3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class MotionPhotoHelpers {
final offsetFromEnd = int.parse(xmpData[offSetKey]);
if (offSetKey == MotionPhotoConstants.itemLengthOffsetKey) {
if (offsetFromEnd + offsetFromEnd < size) {
print(
'Found ${MotionPhotoConstants.itemLengthOffsetKey} but video length looks invalid');
log('Found ${MotionPhotoConstants.itemLengthOffsetKey} but video length looks invalid');
continue;
}
}
Expand Down

0 comments on commit e4edd3a

Please sign in to comment.