Skip to content

Commit 66f1722

Browse files
committed
Remove echo command
1 parent fd7a7de commit 66f1722

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sh/prepare.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ for el in "${arr[@]}"; do
4646
upkey="$(echo "${key}" | sed -e 's/\(.*\)/\U\1/')"
4747
val="$(getval "${el}")"
4848
confval="$(get_from_conf "${key}")"
49-
50-
# echo $val
51-
echo $confval
52-
5349
if [[ -n "${confval}" ]]; then
5450
val="${confval}"
5551
fi

0 commit comments

Comments
 (0)