mirror of
https://github.com/esphome/esphome.git
synced 2025-09-05 04:42:21 +01:00
Remove unnecessary ellipsis (#8964)
This commit is contained in:
@@ -40,7 +40,7 @@ void ArduinoI2CBus::setup() {
|
||||
|
||||
this->initialized_ = true;
|
||||
if (this->scan_) {
|
||||
ESP_LOGV(TAG, "Scanning i2c bus for active devices...");
|
||||
ESP_LOGV(TAG, "Scanning bus for active devices");
|
||||
this->i2c_scan_();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user