Remove debug log statement
This commit is contained in:
@@ -280,7 +280,6 @@ public class InvitationManager {
|
|||||||
try {
|
try {
|
||||||
log.info("Searching for mapping created since invite {} was created", getId(reply));
|
log.info("Searching for mapping created since invite {} was created", getId(reply));
|
||||||
Optional<SingleLookupReply> result = lookupMgr.find(reply.getInvite().getMedium(), reply.getInvite().getAddress(), true);
|
Optional<SingleLookupReply> result = lookupMgr.find(reply.getInvite().getMedium(), reply.getInvite().getAddress(), true);
|
||||||
log.info("Result: {}", result);
|
|
||||||
if (result.isPresent()) {
|
if (result.isPresent()) {
|
||||||
SingleLookupReply lookup = result.get();
|
SingleLookupReply lookup = result.get();
|
||||||
log.info("Found mapping for pending invite {}", getId(reply));
|
log.info("Found mapping for pending invite {}", getId(reply));
|
||||||
|
|||||||
Reference in New Issue
Block a user