1
0
Fork 0
mirror of https://github.com/Jonny007-MKD/OTR-SaneRename synced 2024-05-02 20:54:04 +02:00

Remove debug output

This commit is contained in:
Jonny007-MKD 2015-03-12 22:22:20 +01:00
parent f042c8b1aa
commit 750f718aa0

View file

@ -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