diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/controllers/AccountController.java b/service/src/main/java/org/whispersystems/textsecuregcm/controllers/AccountController.java index 141de3cd8..781c99277 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/controllers/AccountController.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/controllers/AccountController.java @@ -222,10 +222,6 @@ public class AccountController { throw new WebApplicationException(Response.status(400).build()); } - if (number.startsWith("+98")) { - transport = "voice"; - } - String requester = ForwardedIpUtil.getMostRecentProxy(forwardedFor).orElseThrow(); Optional storedChallenge = pendingAccounts.getCodeForNumber(number);