Remove apiurl so that no longer the data will get logged
This commit is contained in:
parent
4c01e68264
commit
a626e32cbe
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ export default function Study() {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
_logger.current = new Logger({
|
_logger.current = new Logger({
|
||||||
inputs: ["keyboard", "wheel", "cursor", "custom"],
|
inputs: ["keyboard", "wheel", "cursor", "custom"],
|
||||||
apiUrl: "https://behavior.marcocamenzind.ch",
|
|
||||||
});
|
});
|
||||||
_logger.current.init();
|
_logger.current.init();
|
||||||
authFetch("/api/username", {
|
authFetch("/api/username", {
|
||||||
|
|
Loading…
Reference in a new issue