mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:58:07 +02:00
removing logging from tabletlogindialog
This commit is contained in:
parent
69ae475787
commit
030ee13f31
1 changed files with 0 additions and 6 deletions
|
@ -173,10 +173,4 @@ TabletModalWindow {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Component.onDestruction: {
|
|
||||||
var data = {
|
|
||||||
"action": "userOptedOut"
|
|
||||||
};
|
|
||||||
UserActivityLogger.logAction("LoginDialogAction", data);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue