Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir-io committed Aug 11, 2024
1 parent cbd3e2d commit d784845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MotionPhotoMuxer.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def matching_video(photo_path: Path) -> Path:
files = set(glob.glob(base + ".*"))
print
for ext in (".mov", ".mp4", ".MOV", ".MP4"):
print("DEBUG: " + base + ext)
if base + ext in files:
return Path(base + ext)
else:
Expand Down

0 comments on commit d784845

Please sign in to comment.