From a626e32cbe5892c772f4942b40a9531c2846cfe4 Mon Sep 17 00:00:00 2001 From: cami Date: Fri, 30 Jul 2021 11:01:19 +0200 Subject: [PATCH] Remove apiurl so that no longer the data will get logged --- frontend/src/components/pages/Study.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/pages/Study.jsx b/frontend/src/components/pages/Study.jsx index 915b054..e19bc40 100644 --- a/frontend/src/components/pages/Study.jsx +++ b/frontend/src/components/pages/Study.jsx @@ -34,7 +34,6 @@ export default function Study() { useEffect(() => { _logger.current = new Logger({ inputs: ["keyboard", "wheel", "cursor", "custom"], - apiUrl: "https://behavior.marcocamenzind.ch", }); _logger.current.init(); authFetch("/api/username", {