From 93f32ece6c1385fb3a2330a2d8be6d6fdbd56948 Mon Sep 17 00:00:00 2001 From: randogoth Date: Sun, 21 May 2023 16:16:54 +0300 Subject: [PATCH] log --- web/nfc-theme/static/geo.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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