uncomment UserActivityLogger.logAction

This commit is contained in:
humbletim 2017-04-26 18:28:54 -04:00
parent f8bbd9174c
commit 6e07933356

View file

@ -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) {
}
}
});
*/