Remove log
This commit is contained in:
parent
20208ae528
commit
ac72c8b2de
|
@ -319,9 +319,7 @@ public class AccountsDynamoDb extends AbstractDynamoDbStore implements AccountSt
|
||||||
@Override
|
@Override
|
||||||
public void onError(Exception exception) {
|
public void onError(Exception exception) {
|
||||||
if (exception instanceof TransactionCanceledException) {
|
if (exception instanceof TransactionCanceledException) {
|
||||||
// account is likely already migrated
|
// account is already migrated
|
||||||
logger.warn("Error migrating account: {}",
|
|
||||||
extractCancellationReasonCodes((TransactionCanceledException) exception));
|
|
||||||
resultFuture.complete(false);
|
resultFuture.complete(false);
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue