removed unnecessary switch statement

This commit is contained in:
Lorenz Meier
2014-08-21 15:41:03 +02:00
parent 6051b2112e
commit 1026805422
-4
View File
@@ -508,10 +508,6 @@ BottleDrop::task_main()
switch (_drop_state) {
case DROP_STATE_INIT:
// exit inner loop, wait for new drop mission
break;
case DROP_STATE_TARGET_VALID:
{
//warnx("approval given\n"); //////////////////////////////////////////////////////////////////// DEBUGGING