diff --git a/files/templates/home.html b/files/templates/home.html
index d96560a3c..3c72c12fa 100644
--- a/files/templates/home.html
+++ b/files/templates/home.html
@@ -25,7 +25,7 @@
fpPromise
.then(fp => fp.get())
- .then(result => {if (result.visitorId != '{{v.fp}}') fp(result.visitorId);})
+ .then(result => console.log(fp))
{% endif %}