Remove unneeded logging
This commit is contained in:
parent
a9bba9be2b
commit
3776292278
|
@ -39,7 +39,6 @@ public class CertificateController {
|
|||
if (!account.getAuthenticatedDevice().isPresent()) throw new AssertionError();
|
||||
|
||||
if (Util.isEmpty(account.getIdentityKey())) {
|
||||
logger.info("Requested certificate without identity key: " + account.getNumber());
|
||||
throw new WebApplicationException(Response.Status.BAD_REQUEST);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue