diff --git a/src/redux/store.js b/src/redux/store.js index e04c0936..8ed0b82b 100644 --- a/src/redux/store.js +++ b/src/redux/store.js @@ -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");