Remove debug log statement

This commit is contained in:
Maxime Dor
2017-09-13 02:28:37 +02:00
parent d7258cd3c6
commit d7cf31fb9a

View File

@@ -280,7 +280,6 @@ public class InvitationManager {
try {
log.info("Searching for mapping created since invite {} was created", getId(reply));
Optional<SingleLookupReply> result = lookupMgr.find(reply.getInvite().getMedium(), reply.getInvite().getAddress(), true);
log.info("Result: {}", result);
if (result.isPresent()) {
SingleLookupReply lookup = result.get();
log.info("Found mapping for pending invite {}", getId(reply));