mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
uncomment UserActivityLogger.logAction
This commit is contained in:
parent
f8bbd9174c
commit
6e07933356
1 changed files with 0 additions and 9 deletions
|
@ -69,14 +69,7 @@ if (Settings.getValue('debug.doppleganger', false)) {
|
|||
DopplegangerClass.addDebugControls(doppleganger);
|
||||
}
|
||||
|
||||
// TODO: uncomment after PR #10130 is merged (which provides the needed .logAction method)
|
||||
/*
|
||||
UserActivityLogger.logAction('doppleganger_app_load');
|
||||
|
||||
// Script.scriptEnding.connect(function() {
|
||||
// UserActivityLogger.logAction('doppleganger_app_unload');
|
||||
// });
|
||||
|
||||
doppleganger.activeChanged.connect(function(active, reason) {
|
||||
if (active) {
|
||||
UserActivityLogger.logAction('doppleganger_enable');
|
||||
|
@ -90,5 +83,3 @@ doppleganger.activeChanged.connect(function(active, reason) {
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue