mirror of
https://github.com/Jonny007-MKD/OTR-SaneRename
synced 2025-01-22 08:49:48 +01:00
Remove debug output
This commit is contained in:
parent
f042c8b1aa
commit
750f718aa0
1 changed files with 0 additions and 2 deletions
|
@ -432,10 +432,8 @@ function funcGetEpisodeInfoByTitle {
|
|||
|
||||
title="$episode_title"
|
||||
for i in $(seq 1 $remove_begin); do # Remove $remove_begin words from the beginning
|
||||
echo $remove_begin $i
|
||||
tmp="${title%% *}" # Get the first word
|
||||
title="${title#$tmp }" # Remove it from the title
|
||||
echo $tmp -- $title
|
||||
done
|
||||
done # Loop: Remove words from beginning
|
||||
|
||||
|
|
Loading…
Reference in a new issue