Remove log

This commit is contained in:
Chris Eager 2021-04-22 17:37:01 -05:00 committed by Chris Eager
parent 20208ae528
commit ac72c8b2de
1 changed files with 1 additions and 3 deletions

View File

@ -319,9 +319,7 @@ public class AccountsDynamoDb extends AbstractDynamoDbStore implements AccountSt
@Override
public void onError(Exception exception) {
if (exception instanceof TransactionCanceledException) {
// account is likely already migrated
logger.warn("Error migrating account: {}",
extractCancellationReasonCodes((TransactionCanceledException) exception));
// account is already migrated
resultFuture.complete(false);
} else {
try {