Browse Source

removed unnecessary console logs

main
Illia Soloviov 3 months ago
parent
commit
5c896cd178
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/RumbleBot.java

+ 0
- 1
src/RumbleBot.java View File

@@ -120,7 +120,6 @@ public class RumbleBot extends Bot{
for (char enemy : enemies) {
if (view.data.contains(Character.toString(enemy))) {
enemyDetected = true;
System.out.println("There is an enemy!");
break;
}
}

Loading…
Cancel
Save