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;
List<String> arguments;
Matcher argumentMatcher;
int blah = 0;
if (power.focusLine.equalsIgnoreCase("none"))
continue;
blah = 1;
String loggerString = "PARSING: " + power.focusLine + " KEY: " + key;
try {
switch (key) {