mirror of
https://github.com/esphome/esphome.git
synced 2025-10-06 20:03:46 +01:00
Redundant Log Messages Cleanup (#8944)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ namespace gpio {
|
||||
static const char *const TAG = "gpio.output";
|
||||
|
||||
void GPIOBinaryOutput::dump_config() {
|
||||
ESP_LOGCONFIG(TAG, "GPIO Binary Output:");
|
||||
ESP_LOGCONFIG(TAG, "Binary Output:");
|
||||
LOG_PIN(" Pin: ", this->pin_);
|
||||
LOG_BINARY_OUTPUT(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user