mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Remove redundant comment
We no longer have a noop client
This commit is contained in:
committed by
David McDonald
parent
32f499c802
commit
c3d9aca43a
@@ -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', '')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user