SITL: Multicopter: remove leftover comment

That went unnoticed by 8a98ce4 ("SITL: moved to common code for attitude/pos
update")
This commit is contained in:
Gustavo Jose de Sousa 2016-04-28 09:15:31 -03:00 committed by Andrew Tridgell
parent ce8766e1cd
commit 45754ef37c

View File

@ -55,7 +55,6 @@ void MultiCopter::update(const struct sitl_input &input)
// get wind vector setup
update_wind(input);
// how much time has passed?
Vector3f rot_accel;
calculate_forces(input, rot_accel, accel_body);