mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Comment out additional logging when restoring account
This commit is contained in:
@@ -201,6 +201,9 @@ public class RestoreAccountImpl implements RestoreAccount {
|
|||||||
transportPropertyManager
|
transportPropertyManager
|
||||||
.mergeLocalProperties(propertiesEntry.getKey(),
|
.mergeLocalProperties(propertiesEntry.getKey(),
|
||||||
propertiesEntry.getValue());
|
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