Explorar o código

Remove redundant commented code

David Baker %!s(int64=7) %!d(string=hai) anos
pai
achega
48bb0a8e1b
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      sydent/validators/msisdnvalidator.py

+ 0 - 3
sydent/validators/msisdnvalidator.py

@@ -46,9 +46,6 @@ class MsisdnValidator:
             logger.info("Not texting code because current send attempt (%d) is not less than given send attempt (%s)", int(sendAttempt), int(valSession.sendAttemptNumber))
             return valSession.id
 
-        #substitutions = {
-        #    'token': valSession.token,
-        #}
         logger.info(
             "Attempting to text code %s to %s",
             valSession.token, msisdn,