diff --git a/Scripts/Functions/Render/render_doBaseActions.sh b/Scripts/Functions/Render/render_doBaseActions.sh index 3289171..3289f90 100755 --- a/Scripts/Functions/Render/render_doBaseActions.sh +++ b/Scripts/Functions/Render/render_doBaseActions.sh @@ -76,9 +76,6 @@ function render_doBaseActions { FILES[((++${#FILES[*]}))]=$FILE done - # Set action preamble. - cli_printActionPreamble "${FILES[*]}" '' '' - # Start processing the base rendition list of FILES. Fun part # approching :-). while [[ $COUNT -lt ${#FILES[*]} ]];do