removing logging from tabletlogindialog

This commit is contained in:
Wayne Chen 2018-09-10 23:05:31 -07:00
parent 69ae475787
commit 030ee13f31

View file

@ -173,10 +173,4 @@ TabletModalWindow {
break break
} }
} }
Component.onDestruction: {
var data = {
"action": "userOptedOut"
};
UserActivityLogger.logAction("LoginDialogAction", data);
}
} }