diff --git a/files/assets/js/fp.js b/files/assets/js/fp.js index eff77446e..0b89d7a9f 100644 --- a/files/assets/js/fp.js +++ b/files/assets/js/fp.js @@ -12,7 +12,4 @@ const fpPromise = import('/assets/js/vendor/fp.js?x=7') fpPromise .then(fp => fp.get()) -.then(result => { - console.log(result.requestId, result.visitorId); - fp(result.visitorId); -}) +.then(result => {fp(result.visitorId)})