_pages: Enable debug

This commit is contained in:
Stig-Ørjan Smelror 2024-02-01 17:54:27 +01:00
parent 2e74d5f5d6
commit 608859aa6f

2
qsgen2
View File

@ -358,7 +358,7 @@ function _file_to_lower() {
function _pages() {
# This function generates all the new and updated Pages
local debug=false
local debug=true
# Load the cache for Pages
if (${debug}) _msg debug "_pages: Running function _pages_cache"