Remove chatlio support chat

Fixes https://jira.coreos.com/browse/QUAY-1000
This commit is contained in:
Joseph Schorr 2018-07-17 12:55:17 -04:00
parent 496d94138c
commit c2778c7031
4 changed files with 0 additions and 15 deletions

View file

@ -198,9 +198,6 @@ class DefaultConfig(ImmutableConfig):
# Feature Flag: Whether Google login is supported.
FEATURE_GOOGLE_LOGIN = False
# Feature Flag: whether to enable support chat
FEATURE_SUPPORT_CHAT = False
# Feature Flag: Whether to support GitHub build triggers.
FEATURE_GITHUB_BUILD = False