diff --git a/SerialPrograms/Source/PokemonSV/Programs/FormHunting/PokemonSV_ThreeSegmentDudunsparceFinder.cpp b/SerialPrograms/Source/PokemonSV/Programs/FormHunting/PokemonSV_ThreeSegmentDudunsparceFinder.cpp index 9665f56a27..474e7b6a3c 100644 --- a/SerialPrograms/Source/PokemonSV/Programs/FormHunting/PokemonSV_ThreeSegmentDudunsparceFinder.cpp +++ b/SerialPrograms/Source/PokemonSV/Programs/FormHunting/PokemonSV_ThreeSegmentDudunsparceFinder.cpp @@ -189,7 +189,6 @@ void ThreeSegmentDudunsparceFinder::program(SingleSwitchProgramEnvironment& env, try{ for(uint8_t i = 0; i < 6; i++){ check_one_column(env, context, i); - break; // XXX } } catch(OperationFailedException&){ stats.m_errors++;