Disable debug

This commit is contained in:
Stig-Ørjan Smelror 2024-02-12 23:12:42 +01:00
parent f4e8dee83c
commit 987a80397d

2
qsgen2
View File

@ -427,7 +427,7 @@ function _f_last_updated() {
if [[ ${globaldebug} == "true" ]]; then if [[ ${globaldebug} == "true" ]]; then
local debug=true local debug=true
else else
local debug=true local debug=false
fi fi
# local file_path="${1}" # local file_path="${1}"