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