Logging point - TEMP

This commit is contained in:
2025-01-19 14:43:14 -06:00
parent 5fa79fbac6
commit 0d1c9e8b8b
+2 -1
View File
@@ -153,7 +153,8 @@ public class PowersParser {
ActionEntry actionEntry;
List<String> arguments;
Matcher argumentMatcher;
String loggerString = "PARSING: " + power.powerBase + "KEY: " + key;
Logger.info(loggerString);
switch (key) {
case "ACTION":
actionEntry = new ActionEntry();