diff --git a/app/assets/javascripts/app/router.js b/app/assets/javascripts/app/router.js index 905a82ce2..88c544738 100644 --- a/app/assets/javascripts/app/router.js +++ b/app/assets/javascripts/app/router.js @@ -34,7 +34,6 @@ app.Router = Backbone.Router.extend({ }, newProfile : function(personId) { - app.instrument("track_pageview", "Profile") this.renderPage(function(){ return new app.pages.Profile({ personId : personId })}); }, diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index b32f68061..206cfad3c 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -7,8 +7,6 @@ = javascript_include_tag :people :javascript Mentions.options.prefillMention = #{@person.to_json}; - app.instrument("track_pageview", "Profile") - - content_for :page_title do = @person.name