diff --git a/public/javascripts/SVValidate/src/Tracker.js b/public/javascripts/SVValidate/src/Tracker.js index ec797b8338..fe86d673f7 100644 --- a/public/javascripts/SVValidate/src/Tracker.js +++ b/public/javascripts/SVValidate/src/Tracker.js @@ -71,7 +71,7 @@ function Tracker() { timestamp: timestamp, zoom: pov ? pov.zoom : null, is_mobile: isMobile() - // source: isMobile() ? "ValidateMobile" : "ValidateDesktop" + // @mikey should this is_mobile be removed? }; return data;