Removed extra error log call for #465

This commit is contained in:
Rsl1122 2017-12-08 09:26:26 +02:00
parent e1fa610ad2
commit a277bf969c

View File

@ -72,7 +72,6 @@ public class InspectPageParser extends PageParser {
return parse(profile, serverUUID, serverNames);
} catch (Exception e) {
Log.toLog(this.getClass().getName(), e);
throw new ParseException(e);
}
}