Rm logging

This commit is contained in:
ameba23
2021-06-28 17:20:17 +02:00
parent 36aaea40bd
commit 851bbb293e

View File

@@ -89,7 +89,6 @@ public class HandshakeKeyExchangeManagerImpl extends ConversationClientImpl
// Set things up for any pre-existing contacts
for (Contact c : db.getContacts(txn)) addingContact(txn, c);
LOG.info("HelloFromHandshake");
}
@Override