diff --git a/Scripts/Bash/Functions/Render/render_doIdentity.sh b/Scripts/Bash/Functions/Render/render_doIdentity.sh index 56f7592..f87cefc 100755 --- a/Scripts/Bash/Functions/Render/render_doIdentity.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentity.sh @@ -41,7 +41,7 @@ function render_doIdentity { local FILES=$(cli_getFilesList "$ARTCONF" ".*/?render\.conf\.sh") # Set action preamble. - cli_printActionPreamble "${FILES}" + # Do not print action preamble here, it prevents massive rendition. # Process list of files. for FILE in $FILES;do