diff --git a/briar-core/src/main/java/org/briarproject/briar/socialbackup/recovery/RestoreAccountImpl.java b/briar-core/src/main/java/org/briarproject/briar/socialbackup/recovery/RestoreAccountImpl.java index 1e91ede33..8eed35af4 100644 --- a/briar-core/src/main/java/org/briarproject/briar/socialbackup/recovery/RestoreAccountImpl.java +++ b/briar-core/src/main/java/org/briarproject/briar/socialbackup/recovery/RestoreAccountImpl.java @@ -201,6 +201,9 @@ public class RestoreAccountImpl implements RestoreAccount { transportPropertyManager .mergeLocalProperties(propertiesEntry.getKey(), propertiesEntry.getValue()); +// for (Map.Entry entry : propertiesEntry.getValue().entrySet()) { +// LOG.info(String.format("%s : %s", entry.getKey(), entry.getValue())); +// } } }