mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Comment out additional logging when restoring account
This commit is contained in:
@@ -201,6 +201,9 @@ public class RestoreAccountImpl implements RestoreAccount {
|
||||
transportPropertyManager
|
||||
.mergeLocalProperties(propertiesEntry.getKey(),
|
||||
propertiesEntry.getValue());
|
||||
// for (Map.Entry<String, String> entry : propertiesEntry.getValue().entrySet()) {
|
||||
// LOG.info(String.format("%s : %s", entry.getKey(), entry.getValue()));
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user