mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
remove noisy log statements in as-boolean
This commit is contained in:
parent
5c208d0519
commit
335e6954d2
1 changed files with 0 additions and 4 deletions
|
@ -559,14 +559,10 @@ function as-boolean()
|
|||
|
||||
case "$var" in
|
||||
1 | true)
|
||||
log-info "[as-boolean] variable [${var}] was detected as truthy/true, returning [0]"
|
||||
|
||||
return 0
|
||||
;;
|
||||
|
||||
0 | false)
|
||||
log-info "[as-boolean] variable [${var}] was detected as falsey/false, returning [1]"
|
||||
|
||||
return 1
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue