Skip to content

Commit

Permalink
more removing hotjar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kweiss authored Jun 7, 2021
1 parent 0dc28a1 commit f03d1bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@ def callback(request):
env('GA_AUTH_PROVIDER_X509_CERT_URL', default='https://www.googleapis.com/oauth2/v1/certs'),
'client_x509_cert_url': env('GA_CLIENT_X509_CERT_URL', default='')
}
HOTJAR_CONFIG = {'hjid': env.int('HOTJAR_ID', default=0), 'hjsv': env.int('HOTJAR_SV', default=0), }

# List of github usernames to not count as comments on an issue
IGNORE_COMMENTS_FROM = ['gitcoinbot', ]
Expand Down

0 comments on commit f03d1bd

Please sign in to comment.