Remove unnecessary comments
This commit is contained in:
parent
8da6f40ce0
commit
e6d8fc9c98
1 changed files with 0 additions and 3 deletions
3
fetch
3
fetch
|
@ -2191,12 +2191,9 @@ while [ "$1" ]; do
|
||||||
--stdout_seperator) stdout_seperator="$2" ;;
|
--stdout_seperator) stdout_seperator="$2" ;;
|
||||||
--stdout_subtitles) stdout_subtitles="$2" ;;
|
--stdout_subtitles) stdout_subtitles="$2" ;;
|
||||||
--stdout)
|
--stdout)
|
||||||
# Disable images and color blocks
|
|
||||||
stdout="on"
|
stdout="on"
|
||||||
image="off"
|
image="off"
|
||||||
color_blocks="off"
|
color_blocks="off"
|
||||||
|
|
||||||
# Remove info color escape code.
|
|
||||||
unset info_color
|
unset info_color
|
||||||
|
|
||||||
for func in "$@"; do
|
for func in "$@"; do
|
||||||
|
|
Loading…
Reference in a new issue