mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:03:57 +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
|
||||
}
|
||||
}
|
||||
Component.onDestruction: {
|
||||
var data = {
|
||||
"action": "userOptedOut"
|
||||
};
|
||||
UserActivityLogger.logAction("LoginDialogAction", data);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue