Remove commented out and removed code

This commit is contained in:
2026-05-29 17:26:57 +00:00
parent 41507bb9d2
commit 2d8ff3aa22
5 changed files with 3 additions and 29 deletions
-1
View File
@@ -29,7 +29,6 @@ void RATGDOCover::on_door_state(DoorState state, float position)
if (!*this->parent_->synced || state == DoorState::UNKNOWN) {
return;
}
// ESP_LOGD("ON_DOOR_STATE", "%s %f", LOG_STR_ARG(DoorState_to_string(state)), position);
bool save_to_flash = true;
switch (state) {
case DoorState::OPEN: