remove log
This commit is contained in:
parent
ae7e408b4e
commit
d021d7c29d
@ -113,19 +113,14 @@ namespace esphome
|
||||
totalFpSeen++;
|
||||
}
|
||||
|
||||
ESP_LOGD(TAG, "F %s", f->getAddress().toString().c_str());
|
||||
|
||||
if (f->hasReport()) {
|
||||
ESP_LOGD(TAG, "hasReport");
|
||||
if (reportBuffer(f)) {
|
||||
ESP_LOGD(TAG, "reportBuffer");
|
||||
f->clearReport();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (this->reportDevice(f)) {
|
||||
ESP_LOGD(TAG, "reportDevice");
|
||||
totalFpReported++;
|
||||
reported++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user