forked from MagicBane/Server
Debug code removed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user