Debug code removed

This commit is contained in:
2025-01-20 16:18:18 -05:00
parent 4b1d7ea718
commit 1ebc5d5e00
+1 -10
View File
@@ -153,13 +153,7 @@ public class PowersParser {
ActionEntry actionEntry;
List<String> arguments;
Matcher argumentMatcher;
int blah = 0;
if (power.focusLine.equalsIgnoreCase("none"))
blah = 1;
String loggerString = "PARSING: " + power.focusLine + " KEY: " + key;
try {
switch (key) {
case "ACTION":
actionEntry = new ActionEntry();
@@ -301,10 +295,7 @@ public class PowersParser {
default:
Logger.error("Unhandled variable type:" + key + " for power: " + powerEntry.power_id);
}
}catch(Exception e){
Logger.error(loggerString + " ERROR: " + e);
}
Logger.error("POWER PARSE COMPLETED");
Logger.error("POWER" + powerEntry.power_id);
}
// Parse power conditions