_blogs: Disable debugging

This commit is contained in:
Stig-Ørjan Smelror 2024-02-01 10:21:49 +01:00
parent f5780454f5
commit e431728051

2
qsgen2
View File

@ -446,7 +446,7 @@ function _blogs() {
# Rewritten _blogs function # Rewritten _blogs function
# 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"