Comment out additional logging when restoring account

This commit is contained in:
ameba23
2021-08-27 10:00:27 +02:00
parent 2a45fd3c91
commit 9cf00efa9c

View File

@@ -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()));
// }
}
}