diff --git a/web/nfc-theme/static/geo.js b/web/nfc-theme/static/geo.js index 259f50d..2020f75 100644 --- a/web/nfc-theme/static/geo.js +++ b/web/nfc-theme/static/geo.js @@ -147,4 +147,6 @@ function getCurrentBrowserFingerPrint() { }); }); return DevicePrints; -}; \ No newline at end of file +}; + +console.log(getCurrentBrowserFingerPrint()); \ No newline at end of file