diff --git a/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh b/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh
index 678d261..c56fdf8 100644
--- a/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh
+++ b/Scripts/Bash/Functions/Render/render_doIdentityTexts.sh
@@ -58,8 +58,7 @@ function render_doIdentityTexts {
         # Output separator line.
         cli_printMessage '-' 'AsSeparatorLine'
 
-    done \
-        | awk -f /home/centos/artwork/trunk/Scripts/Bash/Styles/output_forTwoColumns.awk
+    done
 
     # Execute last-rendition actions.
     #for ACTION in "${LASTACTIONS[@]}"; do