mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 16:28:05 +01:00
Remove log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user