remove unused prop from plugin

This commit is contained in:
Sergey Motornyuk 2020-01-15 09:51:06 +02:00
parent 83f40f6a0f
commit 23abbe05de
1 changed files with 0 additions and 4 deletions

View File

@ -90,10 +90,6 @@ class GoogleAnalyticsPlugin(GAMixinPlugin, p.SingletonPlugin):
if self.googleanalytics_linked_domains:
self.googleanalytics_fields["allowLinker"] = "true"
self.googleanalytics_javascript_url = h.url_for_static(
"/scripts/ckanext-googleanalytics.js"
)
# If resource_prefix is not in config file then write the default value
# to the config dict, otherwise templates seem to get 'true' when they
# try to read resource_prefix from config.