Remove chatlio support chat
Fixes https://jira.coreos.com/browse/QUAY-1000
This commit is contained in:
parent
496d94138c
commit
c2778c7031
4 changed files with 0 additions and 15 deletions
|
@ -136,7 +136,6 @@ def render_page_template(name, route_data=None, **kwargs):
|
|||
google_anaytics_key=app.config.get('GOOGLE_ANALYTICS_KEY', ''),
|
||||
sentry_public_dsn=app.config.get('SENTRY_PUBLIC_DSN', ''),
|
||||
is_debug=str(app.config.get('DEBUGGING', False)).lower(),
|
||||
show_chat=features.SUPPORT_CHAT,
|
||||
aci_conversion=features.ACI_CONVERSION,
|
||||
has_billing=features.BILLING,
|
||||
contact_href=contact_href,
|
||||
|
|
Reference in a new issue