Disable debug logging

This commit is contained in:
Andreas Dangel
2020-11-14 17:41:06 +01:00
parent 4f2e8b6c8f
commit 13774182b6

View File

@ -16,8 +16,8 @@ function log_success() {
}
function log_debug() {
#true
echo -e "[DEBUG ] $*"
true
#echo -e "[DEBUG ] $*"
}
function log_group_start() {