From 9cf00efa9c48f0ecec8503e6e7cd0ef14e262d0c Mon Sep 17 00:00:00 2001 From: ameba23 Date: Fri, 27 Aug 2021 10:00:27 +0200 Subject: [PATCH] Comment out additional logging when restoring account --- .../briar/socialbackup/recovery/RestoreAccountImpl.java | 3 +++ 1 file changed, 3 insertions(+) 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())); +// } } }