Merge pull request #3149 from quay/joseph.schorr/QUAY-1000/remove-chatlio

Remove chatlio support chat
This commit is contained in:
Joseph Schorr 2018-07-18 02:54:27 +03:00 committed by GitHub
commit 78317c0e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 15 deletions

View file

@ -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,