Remove unnecessary LOG_DBG

This commit is contained in:
Kurtis Lew 2022-05-17 18:26:39 -07:00 committed by Pete Johanson
parent fec99c7d5e
commit 4dfcadb1ed
1 changed files with 0 additions and 1 deletions

View File

@ -266,7 +266,6 @@ static int kscan_direct_init_input_inst(const struct device *dev, const struct g
}
int err = gpio_pin_configure_dt(
gpio, GPIO_INPUT | (toggle_mode ? kscan_gpio_get_flags(gpio, false) : 0));
LOG_DBG("Extra flags: %d", GPIO_INPUT | (toggle_mode ? kscan_gpio_get_flags(gpio, false) : 0));
if (err) {
LOG_ERR("Unable to configure pin %u on %s for input", gpio->pin, gpio->port->name);
return err;