Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Remove dead reference to clickFullPageButton
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Oct 26, 2016
1 parent 707fe85 commit 8d48dbd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions server/src/pages/shot/view.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* globals ga */

const React = require("react");
const ReactDOM = require("react-dom");
const { Footer } = require("../../footer-view");
Expand Down Expand Up @@ -161,10 +159,6 @@ class Body extends React.Component {
this.setState({closePageshotBanner: true});
}

clickFullPageButton(e) {
ga("send", "event", "website", "click-full-page-button", {page: location.toString()});
}

onClickUploadFullPage(e) {
//this.props.controller.requestSavedShot();
}
Expand Down

0 comments on commit 8d48dbd

Please sign in to comment.