mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Rm logging
This commit is contained in:
@@ -184,7 +184,6 @@ class SocialBackupManagerImpl extends ConversationClientImpl
|
||||
protected boolean incomingMessage(Transaction txn, Message m, BdfList body,
|
||||
BdfDictionary meta) throws DbException, FormatException {
|
||||
MessageType type = MessageType.fromValue(body.getLong(0).intValue());
|
||||
System.out.println("GOT INCOMING DC MESSAGE");
|
||||
if (type == SHARD) {
|
||||
// Only one shard should be received from each contact
|
||||
if (findMessage(txn, m.getGroupId(), SHARD, false) != null) {
|
||||
|
||||
Reference in New Issue
Block a user