Remove redundant comment

We no longer have a noop client
This commit is contained in:
Katie Smith
2021-04-09 11:25:48 +01:00
committed by David McDonald
parent 32f499c802
commit c3d9aca43a

View File

@@ -365,8 +365,6 @@ class Config(object):
AWS_REGION = 'eu-west-1'
# CBC Proxy
# if the access keys are empty then noop client is used
CBC_PROXY_AWS_ACCESS_KEY_ID = os.environ.get('CBC_PROXY_AWS_ACCESS_KEY_ID', '')
CBC_PROXY_AWS_SECRET_ACCESS_KEY = os.environ.get('CBC_PROXY_AWS_SECRET_ACCESS_KEY', '')