mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Remove comment
This commit is contained in:
parent
219fd10eb2
commit
e4edea3f9f
1 changed files with 0 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue