From e431728051de72df8c890d3c126ca2891021de5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 1 Feb 2024 10:21:49 +0100 Subject: [PATCH] _blogs: Disable debugging --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 4a70e53..95c7bc6 100755 --- a/qsgen2 +++ b/qsgen2 @@ -446,7 +446,7 @@ function _blogs() { # Rewritten _blogs function # This function either generates blog files or exports metadata based on the argument - local debug=true + local debug=false # Running function _list_blogs if (${debug}) _msg debug "_blogs: Running function _list_blogs"