diff --git a/esphome/components/usb_device/usb_device.cpp b/esphome/components/usb_device/usb_device.cpp index d554f371de..e1da3afd0f 100644 --- a/esphome/components/usb_device/usb_device.cpp +++ b/esphome/components/usb_device/usb_device.cpp @@ -17,7 +17,6 @@ void UsbDevice::update() { #endif } - void UsbDevice::dump_config() { bool configured = USB; ESP_LOGCONFIG(TAG, "USB device - configured: %s", YESNO(configured));