Skip to content

Commit c04cd57

Browse files
kichithewolfGin890
authored andcommitted
Update PokemonLZA_DonutMaker.cpp
1 parent 15ea490 commit c04cd57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SerialPrograms/Source/PokemonLZA/Programs/Farming/PokemonLZA_DonutMaker.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,7 @@ bool DonutMaker::match_powers(SingleSwitchProgramEnvironment& env, ProController
120120
for (int i = 0; i < 3; i++) {
121121
DonutPowerDetector read_power(env.logger(), COLOR_GREEN, LANGUAGE, i);
122122
if ((std::find(power_table.begin(), power_table.end(), read_power.detect_quest(screen)) != power_table.end())) {
123-
env.log("Match found!");
124123
num_hits++;
125-
} else {
126-
env.log("No match found.");
127124
}
128125
}
129126

0 commit comments

Comments
 (0)