forked from rDrama/rDrama
1
0
Fork 0

remove console.log

master
Aevann 2023-07-23 00:41:07 +03:00
parent 795320307a
commit 14ba7426c6
1 changed files with 1 additions and 4 deletions

View File

@ -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)})