Remove unneeded logging

This commit is contained in:
Moxie Marlinspike 2019-01-10 11:14:44 -08:00
parent a9bba9be2b
commit 3776292278
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}