From e733824ab7f93d9b0cba961f3dac5c336b81f9ce Mon Sep 17 00:00:00 2001 From: dylan araps Date: Mon, 4 Jan 2016 22:39:19 +1100 Subject: [PATCH] Removed left over echos --- fetch.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/fetch.sh b/fetch.sh index ce97cd70..c878cf14 100755 --- a/fetch.sh +++ b/fetch.sh @@ -797,8 +797,6 @@ printinfo () { echo:*:*) info=${function#*: } subtitle=${function/:*/} - echo "$info" - echo "$subtitle" string="${bold}${subtitle_color}${subtitle}${clear}${colon_color}: ${info_color}${info}" length=${#function} ;;