mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +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,
|
protected boolean incomingMessage(Transaction txn, Message m, BdfList body,
|
||||||
BdfDictionary meta) throws DbException, FormatException {
|
BdfDictionary meta) throws DbException, FormatException {
|
||||||
MessageType type = MessageType.fromValue(body.getLong(0).intValue());
|
MessageType type = MessageType.fromValue(body.getLong(0).intValue());
|
||||||
System.out.println("GOT INCOMING DC MESSAGE");
|
|
||||||
if (type == SHARD) {
|
if (type == SHARD) {
|
||||||
// Only one shard should be received from each contact
|
// Only one shard should be received from each contact
|
||||||
if (findMessage(txn, m.getGroupId(), SHARD, false) != null) {
|
if (findMessage(txn, m.getGroupId(), SHARD, false) != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user