From e6d8fc9c988ab57610585de9b86437b0781cae95 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 6 Feb 2016 02:26:44 +1100 Subject: [PATCH] Remove unnecessary comments --- fetch | 3 --- 1 file changed, 3 deletions(-) diff --git a/fetch b/fetch index 75a9b812..cd2884c2 100755 --- a/fetch +++ b/fetch @@ -2191,12 +2191,9 @@ while [ "$1" ]; do --stdout_seperator) stdout_seperator="$2" ;; --stdout_subtitles) stdout_subtitles="$2" ;; --stdout) - # Disable images and color blocks stdout="on" image="off" color_blocks="off" - - # Remove info color escape code. unset info_color for func in "$@"; do