From 7dfde2b9ebb1e27dcb0799d40c036f96736afa4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 14 Feb 2024 21:06:00 +0100 Subject: [PATCH] _blog_idx_for_index: Disable debug --- qsgen2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qsgen2 b/qsgen2 index 8dcdd31..927f031 100755 --- a/qsgen2 +++ b/qsgen2 @@ -736,8 +736,8 @@ function _blogs() { function _blog_idx_for_index() { # This function generates the file blog/index.tmp.html - # local debug=${globaldebug:-false} - local debug=true + local debug=${globaldebug:-false} + # local debug=true _msg sub "${0:t}_msg_1" " ${project_dir}/blog/index.tmp.html"