🔥 Removes debug line

This commit is contained in:
Franck Nijhof 2019-03-15 20:07:56 +01:00
parent 7c7386b502
commit 24b2fee4f5
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -135,7 +135,6 @@ function bashio::config.equals() {
bashio::log.trace "${FUNCNAME[0]}:" "$@"
value=$(bashio::config "${key}")
echo ":P ${value}"
if ! bashio::var.equals "${value}" "${equals}"; then
return "${__BASHIO_EXIT_NOK}"
fi