Remove unused field from last commit

This commit is contained in:
Colin McDonald 2016-10-26 21:01:43 -04:00
parent 508674045e
commit b53ea83bb9
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ public final class POSTPunishments implements Handler<RoutingContext> {
}
Punishment punishment = new Punishment(target, publicReason, privateReason, type, expiresAt, addedBy, ctx.get("actor"), meta);
String accessDenialReason = punishment.getAccessDenialReason();
String userIp = requestBody.getString("userIp");
if (userIp == null) {