Skip to content

Commit b517045

Browse files
committed
Fix compilation in debug
1 parent b4ced98 commit b517045

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SerialPrograms/Source/PokemonSV/Programs/FormHunting/PokemonSV_ThreeSegmentDudunsparceFinder.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ void ThreeSegmentDudunsparceFinder::program(SingleSwitchProgramEnvironment& env,
189189
try{
190190
for(uint8_t i = 0; i < 6; i++){
191191
check_one_column(env, context, i);
192-
break; // XXX
193192
}
194193
} catch(OperationFailedException&){
195194
stats.m_errors++;

0 commit comments

Comments
 (0)