Skip to content

Commit

Permalink
Removed some debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
looi-wh authored Sep 20, 2020
1 parent 2d9aabf commit 2e8f383
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ffmpegOverlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,8 @@ def runFFPROBE(mediaName, codecsx):
skip += 1
if str(codecsx) == str(targetContainer):
skip += 1
else:
print("codecsx:", codecsx)
print("targetContainer:", targetContainer)
if currentSubtitleCheck == 1 and removeSubtitles == 1: # 0 means found, 1 means not found
skip += 1
else:
print("subtitles is detected")
print("currentSubtitleCheck:", currentSubtitleCheck)
if skip == 4 and int(removeSubtitles) == 1:
return 0
elif skip == 3 and int(removeSubtitles) == 0:
Expand Down

0 comments on commit 2e8f383

Please sign in to comment.