comment unused global variable causing problems with test suite.

- Legacy-Id: 5433
This commit is contained in:
Ryan Cross 2013-02-15 22:28:20 +00:00
parent a0fffcc776
commit 9613471dff

View file

@ -13,7 +13,7 @@ from ietf.wgchairs.accounts import get_person_for_user
# Globals
# ---------------------------------------------
ANNOUNCE_FROM_GROUPS = ['ietf','rsoc','iab',current_nomcom().acronym]
#ANNOUNCE_FROM_GROUPS = ['ietf','rsoc','iab',current_nomcom().acronym]
ANNOUNCE_TO_GROUPS= ['ietf']
# this list isn't currently available as a Role query so it's hardcoded