diff --git a/actions.js b/actions.js index 4b4eaf5..873ce4e 100644 --- a/actions.js +++ b/actions.js @@ -34,13 +34,9 @@ function loadImages(side) { }; } document.getElementById(`images-input-${side}`).value = null; - - pa.track({name: `Load images ${side}`, value: side === "left" ? IMAGES_LEFT.length : IMAGES_RIGHT.length}); } function pickRandomImage() { - pa.track({name: 'Pick random image', value: [IMAGES_LEFT.length, IMAGES_RIGHT.length]}); - $("#reset-button").prop("disabled", false); $("#pick-button").prop("disabled", true); diff --git a/index.html b/index.html index 7ede0eb..868d16f 100644 --- a/index.html +++ b/index.html @@ -185,8 +185,6 @@

Want to support this app?

-