From 750f718aa0633180189952fc0914bc040f919f60 Mon Sep 17 00:00:00 2001 From: Jonny007-MKD Date: Thu, 12 Mar 2015 22:22:20 +0100 Subject: [PATCH] Remove debug output --- saneRenamix.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/saneRenamix.sh b/saneRenamix.sh index 4b2b145..845e800 100755 --- a/saneRenamix.sh +++ b/saneRenamix.sh @@ -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