Remove need for TWILIO_TEST_NUMBER

This commit is contained in:
Rebecca Law
2016-02-09 15:56:09 +00:00
parent 1880ca3c9e
commit 3a89039795
2 changed files with 0 additions and 4 deletions

View File

@@ -42,7 +42,6 @@ class Config(object):
HEADER_COLOUR = '#FFBF47' # $yellow
AWS_REGION = 'eu-west-1'
TWILIO_TEST_NUMBER = os.getenv('TWILIO_TEST_NUMBER')
class Development(Config):