−useless

This commit is contained in:
Marc Beninca 2025-07-09 20:12:46 +02:00
parent 84c26d2273
commit 8ed00e1788
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -72,13 +72,11 @@ rwx_log_warn() {
# TODO simplify # TODO simplify
_rwx_main_log() { _rwx_main_log() {
if rwx_main_interactive; then [ ${#} -gt 0 ] || set -- ""
[ ${#} -gt 0 ] || set -- "" local line
local line for line in "${@}"; do
for line in "${@}"; do echo "${line}"
echo "${line}" done
done
fi
} }
_rwx_log() { _rwx_log() {