Debug code added

This commit is contained in:
2025-01-20 16:12:43 -05:00
parent 402f608f7a
commit 4b1d7ea718
+4 -1
View File
@@ -153,8 +153,11 @@ public class PowersParser {
ActionEntry actionEntry; ActionEntry actionEntry;
List<String> arguments; List<String> arguments;
Matcher argumentMatcher; Matcher argumentMatcher;
int blah = 0;
if (power.focusLine.equalsIgnoreCase("none")) if (power.focusLine.equalsIgnoreCase("none"))
continue; blah = 1;
String loggerString = "PARSING: " + power.focusLine + " KEY: " + key; String loggerString = "PARSING: " + power.focusLine + " KEY: " + key;
try { try {
switch (key) { switch (key) {