diff --git a/view/Page.py b/view/Page.py index 1e13078..694795c 100644 --- a/view/Page.py +++ b/view/Page.py @@ -26,7 +26,6 @@ class Page( Html ): *[ child for child in children if not isinstance( child, head_types ) ], **attrs ), - Script( type = u"text/javascript", src = u"https://ssl.google-analytics.com/urchin.js" ), ), id = "html", xmlns = u"http://www.w3.org/1999/xhtml",