qsgen2: Disable debug
This commit is contained in:
parent
410eff03e5
commit
66504b7c58
6
qsgen2
6
qsgen2
@ -158,7 +158,7 @@ function _msg() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
case "$1" in
|
case ${1} in
|
||||||
add)
|
add)
|
||||||
if [[ $# -eq 3 ]]; then
|
if [[ $# -eq 3 ]]; then
|
||||||
_add_site "$2" "$3"
|
_add_site "$2" "$3"
|
||||||
@ -550,7 +550,7 @@ function _pages() {
|
|||||||
function _blogs() {
|
function _blogs() {
|
||||||
# This function either generates blog files or exports metadata based on the argument
|
# This function either generates blog files or exports metadata based on the argument
|
||||||
|
|
||||||
local debug=true
|
local debug=false
|
||||||
|
|
||||||
# Running function _list_blogs
|
# Running function _list_blogs
|
||||||
if (${debug}) _msg debug "_blogs: Running function _list_blogs"
|
if (${debug}) _msg debug "_blogs: Running function _list_blogs"
|
||||||
@ -755,7 +755,7 @@ function _blog_idx_for_index() {
|
|||||||
|
|
||||||
function _blog_index() {
|
function _blog_index() {
|
||||||
|
|
||||||
local debug=true
|
local debug=false
|
||||||
|
|
||||||
# This function generates the /blog/index.html file that gets its data from _blog_list_for_index()
|
# This function generates the /blog/index.html file that gets its data from _blog_list_for_index()
|
||||||
# ${new_updated_blogs} comes from the function _blogs if anything new or updated is detected
|
# ${new_updated_blogs} comes from the function _blogs if anything new or updated is detected
|
||||||
|
Loading…
Reference in New Issue
Block a user