Copter: remove unnecessary Log_Write_Optflow

This commit is contained in:
Randy Mackay 2013-10-23 20:46:35 +09:00
parent f52c6add89
commit 7c5982c573

View File

@ -285,7 +285,6 @@ test_optflow(uint8_t argc, const Menu::arg *argv)
while(1) { while(1) {
delay(200); delay(200);
optflow.update(); optflow.update();
Log_Write_Optflow();
cliSerial->printf_P(PSTR("x/dx: %d/%d\t y/dy %d/%d\t squal:%d\n"), cliSerial->printf_P(PSTR("x/dx: %d/%d\t y/dy %d/%d\t squal:%d\n"),
optflow.x, optflow.x,
optflow.dx, optflow.dx,