diff --git a/tracker/index.js b/tracker/index.js index f71213c1..76668e97 100644 --- a/tracker/index.js +++ b/tracker/index.js @@ -91,6 +91,7 @@ res(ip); return; } + console.log('fetching user ip'); fetch('https://api64.ipify.org/?format=json') .then(res => res.json()) .then(data => {