Turn off debugging
This commit is contained in:
parent
2aab4eebb7
commit
a2fdd22476
4
qsgen2
4
qsgen2
@ -541,7 +541,7 @@ function _blog_idx_for_index() {
|
|||||||
do
|
do
|
||||||
echo "${yellow}_blog_idx_for_index: meta_str from BLOG_META_STR_ARRAY from _blogs${end}"
|
echo "${yellow}_blog_idx_for_index: meta_str from BLOG_META_STR_ARRAY from _blogs${end}"
|
||||||
echo "${yellow}:: _blog_idx_for_index: ${meta_str}${end}"
|
echo "${yellow}:: _blog_idx_for_index: ${meta_str}${end}"
|
||||||
local debug=true
|
local debug=false
|
||||||
# Split meta_str into individual metadata components
|
# Split meta_str into individual metadata components
|
||||||
local -a meta_array=("${(@s/||/)meta_str}")
|
local -a meta_array=("${(@s/||/)meta_str}")
|
||||||
|
|
||||||
@ -554,7 +554,7 @@ function _blog_idx_for_index() {
|
|||||||
# Iterate over each component and extract information
|
# Iterate over each component and extract information
|
||||||
if (${debug}) echo "${red}_blog_idx_for_index: Iterate over each component and extract information${end}"
|
if (${debug}) echo "${red}_blog_idx_for_index: Iterate over each component and extract information${end}"
|
||||||
for component in "${meta_array[@]}"; do
|
for component in "${meta_array[@]}"; do
|
||||||
local debug=true
|
local debug=false
|
||||||
case "${component}" in
|
case "${component}" in
|
||||||
SDATE:*) sdate=${component#SDATE: } ;;
|
SDATE:*) sdate=${component#SDATE: } ;;
|
||||||
BTITLE:*) btitle=${component#BTITLE: } ;;
|
BTITLE:*) btitle=${component#BTITLE: } ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user