Debug code removed

This commit is contained in:
2024-08-20 19:35:17 -04:00
parent 740949812c
commit afc80c0e03
-3
View File
@@ -157,9 +157,6 @@ public class PowersParser {
actionEntry = new ActionEntry();
arguments = lineValues[1].trim().split("\\s+");
if (powerEntry.power_id.equals("HNT-050"))
Logger.error("debug");
actionEntry.effect_id = arguments[0];
actionEntry.minTrains = Integer.parseInt(arguments[1]);
actionEntry.maxTrains = Integer.parseInt(arguments[2]);