Skip to content

Commit 8148f49

Browse files
committed
Remove redundant position sync
1 parent 94fa006 commit 8148f49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/ratgdo/ratgdo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,6 @@ namespace ratgdo {
627627
set_timeout("move_to_position", operation_time, [=] {
628628
this->door_action(DoorAction::STOP);
629629
this->received(DoorState::OPEN);
630-
this->door_position_update();
631630
this->cancel_position_sync_callbacks();
632631
});
633632
}

0 commit comments

Comments
 (0)