Remove comment

This commit is contained in:
Jordan Eldredge 2020-09-06 21:46:45 -07:00
parent 219fd10eb2
commit e4edea3f9f

View file

@ -21,9 +21,6 @@ export function createStore() {
const state = store.getState();
const url = Selectors.getUrl(state);
if (url !== lastUrl) {
console.log(
`url ${url} does not match ${lastUrl} so we're adding a history entry`
);
window.ga("set", "page", url);
if (lastUrl != null) {
window.ga("send", "pageview");